This commit is contained in:
asep komarudin 2023-04-22 17:34:23 +07:00
parent 77d6e5e961
commit c8f420d169
3 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1,8 @@
return {
"nvim-treesitter/nvim-treesitter",
config = function()
require("nvim-treesitter.configs").setup({
ensure_installed = { "html", "css", "javascript" },
})
end,
}