use build opt instead of run

pull/1766/head
siduck 1 year ago
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…
Cancel
Save