user/neovim: update nvim-treesitter import
This commit is contained in:
parent
85f53fbc85
commit
bada516463
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ require('nvim-ts-autotag').setup {}
|
||||||
require('nvim-highlight-colors').setup {
|
require('nvim-highlight-colors').setup {
|
||||||
render = "virtual",
|
render = "virtual",
|
||||||
}
|
}
|
||||||
require('nvim-treesitter.configs').setup {
|
require('nvim-treesitter').setup {
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = false }
|
indent = { enable = false }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue