diff --git a/home/editors/neovim/treesitter.lua b/home/editors/neovim/treesitter.lua index fe8e8f5..faef3d0 100644 --- a/home/editors/neovim/treesitter.lua +++ b/home/editors/neovim/treesitter.lua @@ -1,7 +1,4 @@ --- TODO install parsers declaratively instead of :TSInstall & :TSUpdate - require'nvim-treesitter.configs'.setup { - ensure_installed = 'all', highlight = { enable = true, },