summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2025-04-16 19:49:18 +0200
committerMinijackson <minijackson@riseup.net>2025-04-16 19:49:18 +0200
commit04fb4a7ed2bcc04ea84750522074c654cbf34686 (patch)
treed7a7f98c5be1611ae2df17aa77335620737892f6 /common
parent0f10fe87a805300ef14b6dcac58e39dfc2ee2ad4 (diff)
downloadnixos-config-reborn-04fb4a7ed2bcc04ea84750522074c654cbf34686.tar.gz
nixos-config-reborn-04fb4a7ed2bcc04ea84750522074c654cbf34686.zip
nixvim: switch from blink-cmp to builtin autocompletion
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;