dotfiles/symlinks/config/nvim/lua/plugin/treesitter.lua

7 lines
255 B
Lua
Raw Normal View History

2021-02-23 11:27:32 +00:00
require'nvim-treesitter.configs'.setup {
ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
highlight = {
enable = false, -- false will disable the whole extension
2021-02-23 11:27:32 +00:00
},
}