We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022ff80 commit 4dec804Copy full SHA for 4dec804
pkgs/applications/editors/vim/plugins/overrides.nix
@@ -2601,14 +2601,19 @@ in
2601
nvimSkipModule = [
2602
# Requires setup call first
2603
"snacks.dashboard"
2604
+ "snacks.debug"
2605
+ "snacks.dim"
2606
"snacks.git"
2607
+ "snacks.indent"
2608
+ "snacks.input"
2609
"snacks.lazygit"
2610
"snacks.notifier"
2611
+ "snacks.scratch"
2612
+ "snacks.scroll"
2613
"snacks.terminal"
2614
"snacks.win"
2615
"snacks.words"
- "snacks.debug"
- "snacks.scratch"
2616
+ "snacks.zen"
2617
# Optional trouble integration
2618
"trouble.sources.profiler"
2619
];
0 commit comments