mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 14:28:18 +02:00
feat: add lir.nvim again (#3038)
This commit is contained in:
parent
68fdbaa51d
commit
a331ef711b
7 changed files with 161 additions and 3 deletions
|
@ -15,7 +15,7 @@ M.config = function()
|
|||
motions = false, -- adds help for motions
|
||||
text_objects = false, -- help for text objects triggered after entering an operator
|
||||
windows = false, -- default bindings on <c-w>
|
||||
nav = true, -- misc bindings to work with windows
|
||||
nav = false, -- misc bindings to work with windows
|
||||
z = false, -- bindings for folds, spelling and others prefixed with z
|
||||
g = false, -- bindings for prefixed with g
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue