diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index c979d10..e075b60 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -64,7 +64,7 @@ in { # Autocompletion autocomplete.nvim-cmp = { enable = true; - mapping = { + mappings = { close = ""; complete = null; confirm = "";