vim stuffzies
This commit is contained in:
parent
ff9e47e96b
commit
6c615e4ed6
3 changed files with 27 additions and 13 deletions
20
hm-imports/nvim/config/lua/plugin/treesitter.lua
Normal file
20
hm-imports/nvim/config/lua/plugin/treesitter.lua
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
enable_autocmd = false,
|
||||
},
|
||||
refactor = {
|
||||
highlight_definitions = { enable = true },
|
||||
highlight_current_scope = { enable = false },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue