fix(neovim): fix tree-sitter config
This commit is contained in:
parent
633c1b81ea
commit
4447bc69f2
|
@ -1,7 +1,4 @@
|
||||||
-- TODO install parsers declaratively instead of :TSInstall & :TSUpdate
|
|
||||||
|
|
||||||
require'nvim-treesitter.configs'.setup {
|
require'nvim-treesitter.configs'.setup {
|
||||||
ensure_installed = 'all',
|
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue