chg: Added more languages to treesitter

This commit is contained in:
Sayantan Santra 2024-03-26 01:40:20 -05:00
parent 8d21ab6bc6
commit a2748ac0e9
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
local configs = require("nvim-treesitter.configs")
configs.setup({
ensure_installed = { "rust", "lua", "vim", "vimdoc", "latex", "ocaml", "yaml", "dockerfile", "make", "bash" },
ensure_installed = { "rust", "lua", "vim", "vimdoc", "latex", "ocaml",
"yaml", "dockerfile", "make", "bash", "html", "javascript", "css" },
sync_install = false,
highlight = { enable = true },
indent = { enable = true },