chg: Added more languages to treesitter
This commit is contained in:
parent
8d21ab6bc6
commit
a2748ac0e9
1 changed files with 2 additions and 1 deletions
|
@ -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 },
|
||||||
|
|
Loading…
Reference in a new issue