From 04fb4a7ed2bcc04ea84750522074c654cbf34686 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 16 Apr 2025 19:49:18 +0200 Subject: nixvim: switch from blink-cmp to builtin autocompletion --- common/nixvim.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'common') 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: ]; plugins = { - blink-cmp = { - enable = true; - settings = { - keymap.preset = "enter"; - completion.documentation.auto_show = true; - }; - }; - diffview.enable = true; dressing.enable = true; -- cgit v1.2.3