Some emacs lsp config changes

This commit is contained in:
Random936 2024-07-21 15:30:13 -07:00
parent 2253816ec5
commit ef23ab8141

View File

@ -24,7 +24,9 @@ Below I am installing the actual package and adding some basic configuration.
:init (setq lsp-keymap-prefix "C-c l") ; Lsp mode prefix :init (setq lsp-keymap-prefix "C-c l") ; Lsp mode prefix
:hook (lsp-mode . jm/lsp-mode-setup) :hook (lsp-mode . jm/lsp-mode-setup)
:commands (lsp lsp-deferred) ; Startup commands :commands (lsp lsp-deferred) ; Startup commands
:config (lsp-enable-which-key-integration t)) :config
(lsp-enable-which-key-integration t)
(setq lsp-enable-snippet nil))
#+end_src #+end_src
** Lsp Additional Packages ** Lsp Additional Packages