From a895b9fdaf63b8011f87d6b6c74cf8e2fee8a806 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 21 Apr 2025 23:27:04 +0200 Subject: nixvim: remove preinsert from completeopt this removes the need to confirm a completion --- common/nixvim.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/nixvim.nix b/common/nixvim.nix index d86a923..4fe57ef 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix @@ -27,7 +27,6 @@ inputs: "noinsert" "noselect" "popup" - "preinsert" ]; cursorline = true; diffopt = [ -- cgit v1.2.3