Reformat treesitter plugins spec

main
Nick Zana 3 weeks ago
parent 966f4fdc0b
commit 227372f2ce

@ -1,10 +1,12 @@
return {
'nvim-treesitter/nvim-treesitter',
config = function()
local configs = require("nvim-treesitter.configs")
configs.setup({
highlight = { enable = true },
indent = { enable = true },
})
end,
{
'nvim-treesitter/nvim-treesitter',
config = function()
local configs = require("nvim-treesitter.configs")
configs.setup({
highlight = { enable = true },
indent = { enable = true },
})
end,
},
}

Loading…
Cancel
Save