aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/nixvim/config.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix
index eeb29ff..58753b0 100644
--- a/hm/nixvim/config.nix
+++ b/hm/nixvim/config.nix
@@ -131,6 +131,11 @@ pkgs: {
ltex.enable = true;
java_language_server.enable = true;
};
+ keymaps = {
+ lspBuf = {
+ "<S-h>" = "hover";
+ };
+ };
};
lspkind = {
enable = true;