fix(neovim): fix tree-sitter config

This commit is contained in:
Felix Schröter 2021-06-02 17:03:40 +02:00
parent 633c1b81ea
commit 4447bc69f2
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -1,7 +1,4 @@
-- TODO install parsers declaratively instead of :TSInstall & :TSUpdate
require'nvim-treesitter.configs'.setup {
ensure_installed = 'all',
highlight = {
enable = true,
},