zaneyos/config/nvim/plugins/treesitter.lua

10 lines
168 B
Lua
Raw Normal View History

2024-05-15 19:08:53 +02:00
require('nvim-treesitter.configs').setup {
ensure_installed = {},
auto_install = false,
highlight = { enable = true },
indent = { enable = true },
}