Reformat treesitter plugins spec

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

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

Loading…
Cancel
Save