fix(evil): remap after eglot is loaded
evil-collection recently made some changes that map over our defaults for evil
This commit is contained in:
parent
81ec1a70d0
commit
435a383635
1 changed files with 5 additions and 1 deletions
|
@ -533,7 +533,11 @@ directives. By default, this only recognizes C directives.")
|
|||
(:after elfeed
|
||||
:map elfeed-search-mode-map
|
||||
:n "gr" #'elfeed-search-update--force
|
||||
:n "gR" #'elfeed-search-fetch))
|
||||
:n "gR" #'elfeed-search-fetch)
|
||||
(:after eglot
|
||||
:map eglot-mode-map
|
||||
:nv "gd" #'+lookup/definition
|
||||
:nv "gD" #'+lookup/references))
|
||||
|
||||
;; custom evil keybinds
|
||||
:nv "zn" #'+evil:narrow-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue