Skip to content

Commit 4dec804

Browse files
committed
vimPlugins.snacks-nvim: skip some modules
1 parent 022ff80 commit 4dec804

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2601,14 +2601,19 @@ in
26012601
nvimSkipModule = [
26022602
# Requires setup call first
26032603
"snacks.dashboard"
2604+
"snacks.debug"
2605+
"snacks.dim"
26042606
"snacks.git"
2607+
"snacks.indent"
2608+
"snacks.input"
26052609
"snacks.lazygit"
26062610
"snacks.notifier"
2611+
"snacks.scratch"
2612+
"snacks.scroll"
26072613
"snacks.terminal"
26082614
"snacks.win"
26092615
"snacks.words"
2610-
"snacks.debug"
2611-
"snacks.scratch"
2616+
"snacks.zen"
26122617
# Optional trouble integration
26132618
"trouble.sources.profiler"
26142619
];

0 commit comments

Comments
 (0)