use build opt instead of run
This commit is contained in:
parent
2b94bb92e0
commit
86bb1413e4
|
@ -57,7 +57,7 @@ local plugins = {
|
|||
require("core.utils").lazy_load "nvim-treesitter"
|
||||
end,
|
||||
cmd = { "TSInstall", "TSBufEnable", "TSBufDisable", "TSEnable", "TSDisable", "TSModuleInfo" },
|
||||
run = ":TSUpdate",
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
require "plugins.configs.treesitter"
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue