From 755086814895df8372a5c3c3f44194a47fa2d31b Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 14:10:22 +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 e797d6ae..6725a1fc 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -55,7 +55,7 @@ (nmap "gc" ":Git commit -a" // desc "[C]ommit" ) (nmap "gp" ":Git push" // desc "[P]ush") # LSP - (nmap "lh" "vim.lsp.buf.hover" // desc "LSP [H]over") + (nmap "lh" "vim.lsp.buf.hover" // desc "LSP [H]over") ]; options = {