nvim: fix treesitter installing parsers again on startup
This commit is contained in:
parent
f74869bbbb
commit
e4b49c7ed6
1 changed files with 0 additions and 5 deletions
|
|
@ -1,9 +1,4 @@
|
||||||
return {
|
return {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
config = function ()
|
|
||||||
local configs = require("nvim-treesitter")
|
|
||||||
|
|
||||||
configs.install({ "c", "lua", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html", "markdown", "go" })
|
|
||||||
end
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue