PIVONvim/lua/config/nvim-treesitter.lua

7 lines
157 B
Lua
Raw Normal View History

2025-01-06 20:31:37 +03:00
require'nvim-treesitter.configs'.setup {
ensure_installed = { "lua", "python", "javascript", "html", "css" },
highlight = {
enable = true,
},
}