Add treesitter

This commit is contained in:
2024-11-28 18:39:03 +01:00
parent 2bc0ffdcac
commit e812cdee4c

View File

@@ -59,13 +59,13 @@ return {
end, end,
}, },
-- { {
-- "nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
-- opts = { opts = {
-- ensure_installed = { ensure_installed = {
-- "vim", "lua", "vimdoc", "vim", "lua", "vimdoc",
-- "html", "css" "html", "css"
-- }, },
-- }, },
-- }, },
} }