Don't bind lsp-mode-map to anything global
This commit is contained in:
parent
5a26dfe408
commit
5b277bd55e
@ -48,9 +48,7 @@
|
|||||||
:custom
|
:custom
|
||||||
(lsp-keymap-prefix "C-c l")
|
(lsp-keymap-prefix "C-c l")
|
||||||
(lsp-headerline-breadcrumb-enable nil)
|
(lsp-headerline-breadcrumb-enable nil)
|
||||||
(lsp-file-watch-threshold 100000)
|
(lsp-file-watch-threshold 100000))
|
||||||
:bind-keymap
|
|
||||||
("C-c l" . lsp-mode-map))
|
|
||||||
|
|
||||||
(use-package lsp-ui
|
(use-package lsp-ui
|
||||||
:after lsp)
|
:after lsp)
|
||||||
|
Loading…
Reference in New Issue
Block a user