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