nvim: update

This commit is contained in:
2023-05-26 19:33:30 +03:00
parent e74b90556f
commit 89138fdf69
14 changed files with 249 additions and 320 deletions

View File

@@ -29,6 +29,7 @@ function M.config()
textobjects = { -- syntax-aware textobjects
select = {
enable = true,
lookahead = true, -- Automatically jump forward to textobj, similar to targets.vim
disable = {},
keymaps = {
-- You can use the capture groups defined in textobjects.scm
@@ -48,6 +49,8 @@ function M.config()
['im'] = '@call.inner',
['ad'] = '@comment.outer',
['id'] = '@comment.inner',
['aa'] = '@parameter.outer',
['ia'] = '@parameter.inner',
},
},
}