From 9dc24cee911038a10c594a1d2efcbf11e188b2e4 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sun, 7 Apr 2024 20:50:07 +0200 Subject: nixvim: tweak completion options --- hm/nixvim/config.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hm') diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index 7d3ddc0..e0e034b 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -9,7 +9,13 @@ pkgs: { textwidth = 83; linebreak = true; - completeopt = ["menu" "menuone" "noselect"]; + completeopt = ["menuone" "noselect"]; + wildmenu = true; + wildmode = builtins.concatStringsSep "," [ + "longest" + "list" + "full" + ]; }; keymaps = [ { -- cgit 1.4.1