From d95708d2215dd03f3e2b77183586ae1bc5d618e6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 11:57:10 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index ab2aec71..9f62cb96 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -146,7 +146,7 @@ enable = true; autoEnableSources = true; mapping = { - "" = "cmp.mapping.autocomplete()"; + "" = "cmp.mapping.complete()"; "" = "cmp.mapping.scroll_docs(-4)"; "" = "cmp.mapping.close()"; "" = "cmp.mapping.scroll_docs(4)";