vimPlugins.sg-nvim: skip 'sg.health' module in require check hook (#505433)
This commit is contained in:
@@ -58,6 +58,9 @@ vimUtils.buildVimPlugin {
|
||||
nvimSkipModules = [
|
||||
# Dependent on active fuzzy search state
|
||||
"sg.cody.fuzzy"
|
||||
# Invokes a request that fails in the check hook
|
||||
# https://github.com/sourcegraph/sg.nvim/blob/775f22b75a9826eabf69b0094dd1d51d619fe552/lua/sg/health.lua#L2
|
||||
"sg.health"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user