From d83abddfcd7eddcb6721802f82905f6e3f3e78a9 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 21 Oct 2022 21:26:11 +0200 Subject: [PATCH] neovim: Fixed typo in pumvisible() config --- roles/home/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home/neovim.nix b/roles/home/neovim.nix index cd0aabf..a76a00f 100644 --- a/roles/home/neovim.nix +++ b/roles/home/neovim.nix @@ -54,7 +54,7 @@ set wildmode=longest:full,full " remapping popup menu (command autocompletion) - cnoremap pumvisible() ? "" : " + cnoremap pumvisible() ? "" : "" cnoremap pumvisible() ? "" : "" cnoremap pumvisible() ? "":""