From f90fe1143fd2dd87235be02e6e7a9dbff4bbbfa7 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 10 Mar 2025 19:45:59 +0100 Subject: [PATCH] feat(neovim): fix word. --- modules/home-manager/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "";