From 2922885dc9c00428eff768215f0052ea51c0df4d Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 14:09:01 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 118db069..e797d6ae 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -54,6 +54,8 @@ # Fugitive (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") ]; options = { @@ -103,9 +105,6 @@ }; }; - # better quick fix window - nvim-bqf.enable = true; - telescope = { enable = true; extensions.fzf-native.enable = true;