.dotfiles/nvim/lua/treesitterconfig.lua

10 lines
142 B
Lua
Raw Normal View History

2022-01-23 23:24:50 +01:00
require'nvim-treesitter.configs'.setup {
highlight = {
enable = true,
},
2023-02-23 15:26:57 +01:00
auto_install = true,
2022-01-23 23:24:50 +01:00
indent = {
enable = true
},
}