feat: add lir.nvim again (#3038)

This commit is contained in:
Christian Chiarulli 2022-09-19 11:44:04 -04:00 committed by GitHub
parent 68fdbaa51d
commit a331ef711b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 161 additions and 3 deletions

View file

@ -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
},