nixos/lua/config_plugins/config_treesitter.lua

10 lines
208 B
Lua
Raw Normal View History

require'nvim-treesitter.configs'.setup {
ensure_installed = { "python" },
2022-11-07 15:24:06 +00:00
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
disable = {'help'},
},
}