Some emacs lsp config changes
This commit is contained in:
parent
2253816ec5
commit
ef23ab8141
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user