diff --git a/config/plugins/lsp/lsp.nix b/config/plugins/lsp/lsp.nix index 127ac63..befd4fe 100644 --- a/config/plugins/lsp/lsp.nix +++ b/config/plugins/lsp/lsp.nix @@ -40,9 +40,9 @@ silent = true; # Configure keymaps for our diagnostics. diagnostic = { - "n" = "open_float"; # Show diagnostics in floating window. - "o" = "goto_prev"; # Jump to previous diagnostic. - "e" = "goto_next"; # Jump to next diagnostic. + "d" = "open_float"; # Show diagnostics in floating window. + "[d" = "goto_prev"; # Jump to previous diagnostic. + "]d" = "goto_next"; # Jump to next diagnostic. }; # Configure keymaps for our lspbuf. lspBuf = {