fixed late zig compile call
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
require("nvim-treesitter.install").compilers = { "zig" }
|
||||||
|
require("nvim-treesitter.install").prefer_git = false
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
@@ -7,7 +9,21 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true },
|
indent = { enable = true },
|
||||||
ensure_installed = { "ninja", "rst"}
|
ensure_installed = {
|
||||||
|
-- from extras -> python
|
||||||
|
"python",
|
||||||
|
"ninja",
|
||||||
|
"rst",
|
||||||
|
"lua",
|
||||||
|
-- from extras -> go
|
||||||
|
"go",
|
||||||
|
"gomod",
|
||||||
|
"gowork",
|
||||||
|
"gosum",
|
||||||
|
"toml",
|
||||||
|
"json",
|
||||||
|
"html",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user