PIVONvim/lua/config/nvim-treesitter.lua
OpexHunter cb1d8fc47c init
2025-01-06 20:31:37 +03:00

7 lines
157 B
Lua

require'nvim-treesitter.configs'.setup {
ensure_installed = { "lua", "python", "javascript", "html", "css" },
highlight = {
enable = true,
},
}