Added lsp file and config

This commit is contained in:
Random936
2025-08-01 21:44:37 -07:00
parent 5ec5e4613b
commit 8aff638912
2 changed files with 219 additions and 5 deletions

View File

@@ -125,7 +125,9 @@ Installing ~use-package~ macros:
(use-package all-the-icons)
(use-package doom-modeline
:init (doom-modeline-mode 1)
:config (display-time))
:config
(setq doom-modeline-height 45)
(display-time))
(use-package doom-themes
:init (load-theme 'doom-city-lights t))