moved treesitter opts to its own spec file
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = function()
|
||||
require('nvim-treesitter.install').compilers = {"zig"}
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = function()
|
||||
require("nvim-treesitter.install").compilers = { "zig" }
|
||||
end,
|
||||
opts = {
|
||||
highlight = {enable = true},
|
||||
indent = {enable = true}
|
||||
}
|
||||
}
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
ensure_installed = { "ninja", "rst"}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user