mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
5 lines
173 B
Lua
5 lines
173 B
Lua
require'nvim-treesitter.configs'.setup {
|
|
ensure_installed = {'javascript', 'typescript', 'python', 'go'};
|
|
highlight = { enable = true };
|
|
indent = { enable = true };
|
|
}
|