mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
8 lines
203 B
Lua
8 lines
203 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
-- config = function()
|
|
-- -- require("nvim-treesitter.configs").setup({
|
|
-- -- ensure_installed = { "html", "css", "javascript" },
|
|
-- -- })
|
|
-- end,
|
|
}
|