From 33cbc9ddcb813471fd189770dacbc8e623a45b0c Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 16 Apr 2025 19:49:51 +0200 Subject: nixvim: add popup & preinsert to completeopt This is to have the description in LSP completions --- common/nixvim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/nixvim.nix b/common/nixvim.nix index 8d63f37..d86a923 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix @@ -23,10 +23,11 @@ inputs: # Use `//` at the end to store the absolute file name backupdir.__raw = "vim.fn.stdpath('data') .. '/backup//'"; completeopt = [ - "menu" "menuone" "noinsert" "noselect" + "popup" + "preinsert" ]; cursorline = true; diffopt = [ -- cgit v1.2.3