mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
5 lines
204 B
Lua
5 lines
204 B
Lua
-- treesitter
|
|
require('nvim-treesitter.configs').setup({
|
|
ensure_installed = { 'rust', 'go', 'python', 'lua', 'c' }, -- one of "all", "maintained" (parsers with maintainers), or a list of languages
|
|
})
|