dotfiles/config/nvim/lua/plug/treesitter.lua
Smirnov Alexander 093639a28a Update nvim
2021-06-10 19:09:35 +03:00

5 lines
173 B
Lua

require'nvim-treesitter.configs'.setup {
ensure_installed = {'javascript', 'typescript', 'python', 'go'};
highlight = { enable = true };
indent = { enable = true };
}