Reformat treesitter plugins spec
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…
Reference in New Issue