summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/nixvim.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix
index 659896d..8d63f37 100644
--- a/common/nixvim.nix
+++ b/common/nixvim.nix
@@ -307,14 +307,6 @@ inputs:
307 ]; 307 ];
308 308
309 plugins = { 309 plugins = {
310 blink-cmp = {
311 enable = true;
312 settings = {
313 keymap.preset = "enter";
314 completion.documentation.auto_show = true;
315 };
316 };
317
318 diffview.enable = true; 310 diffview.enable = true;
319 311
320 dressing.enable = true; 312 dressing.enable = true;