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

View file

@ -1,7 +1,8 @@
local configs = require("nvim-treesitter.configs") local configs = require("nvim-treesitter.configs")
configs.setup({ 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, sync_install = false,
highlight = { enable = true }, highlight = { enable = true },
indent = { enable = true }, indent = { enable = true },