vimPlugins: remove stale nvimSkipModules

Drop skip entries that are no longer part of neovim-require-check
discovery after the scope fixes.
This commit is contained in:
Austin Horstman
2026-06-03 15:23:02 -05:00
parent 0ab03a437d
commit fe9090bb4d
3 changed files with 0 additions and 149 deletions
@@ -1089,10 +1089,6 @@ in
# TODO: figure out darwin failure
doCheck = lua.luaversion == "5.1" && stdenv.hostPlatform.isLinux;
nvimSkipModules = [
"bootstrap" # tries to install luarocks from network
];
bustedFlags = [
"--run=offline"
];