diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 8936489f..91bda5c3 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 = {