feat(neovim): update config

This commit is contained in:
Felix Schröter 2021-04-13 15:15:09 +02:00
parent 471e2ca336
commit ec8d7a1339
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 27 additions and 12 deletions

View file

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