feat(neovim): update config
This commit is contained in:
parent
471e2ca336
commit
ec8d7a1339
3 changed files with 27 additions and 12 deletions
|
@ -13,6 +13,9 @@ require'nvim-treesitter.configs'.setup {
|
|||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
},
|
||||
refactor = {
|
||||
highlight_definitions = { enable = true },
|
||||
highlight_current_scope = { enable = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue