set initial evil state of ccls-tree-mode to be emacs
Emacs mode is clearly better than vim mode, because j and k keys are already bound to down/up motion. In addition as the tree mode is traversed, the matching code pops up on the left in emacs mode but not in vim mode.
This commit is contained in:
parent
e15dbdc036
commit
efbf4c5fb5
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
"mf" 'member-functions
|
||||
"mv" 'member-vars))
|
||||
|
||||
;;(evil-set-initial-state 'ccls--tree-mode 'emacs)
|
||||
(evil-set-initial-state 'ccls-tree-mode 'emacs)
|
||||
;;(evil-make-overriding-map 'ccls-tree-mode-map)
|
||||
(setq-local lsp-disabled-clients '(clangd))
|
||||
(lsp))
|
||||
|
|
Reference in a new issue