reduce loc

This commit is contained in:
krolyxon 2022-10-14 20:40:05 +05:30
parent f629745dc2
commit a292c93a58
1 changed files with 3 additions and 8 deletions

View File

@ -57,14 +57,9 @@ M.packer_cmds = {
"PackerProfile",
"PackerLoad",
}
M.treesitter_cmds = {
"TSInstall",
"TSBufEnable",
"TSBufDisable",
"TSEnable",
"TSDisable",
"TSModuleInfo",
}
M.treesitter_cmds = { "TSInstall", "TSBufEnable", "TSBufDisable", "TSEnable", "TSDisable", "TSModuleInfo" }
M.mason_cmds = { "Mason", "MasonInstall", "MasonInstallAll", "MasonUninstall", "MasonUninstallAll", "MasonLog" }
M.gitsigns = function()
autocmd({ "BufRead" }, {