diff --git a/neovim/config/completion.nix b/neovim/config/completion.nix index 8834753..3496f30 100644 --- a/neovim/config/completion.nix +++ b/neovim/config/completion.nix @@ -26,7 +26,10 @@ "fallback" ]; }; - completion.list.selection = "manual"; + completion.list.selection = { + preselect = false; + auto_insert = true; + }; sources = { default = [ "lsp"