about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-25 22:31:24 +0200
committerSoispha <soispha@vhack.eu>2023-08-25 22:32:03 +0200
commitbc0ea9c247c09bd1d5d115c6f81967811c4e05ea (patch)
tree22a5df1487abe12b8da83f1935d6604e1522e298 /home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix
parentFeat(hm/conf/lf): Add command to go to flake base dir (diff)
downloadnixos-config-bc0ea9c247c09bd1d5d115c6f81967811c4e05ea.zip
Fix(hm/conf/neovim/plugins/harpoon/mappings): Simplify mappings
Diffstat (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix
index 66d4eb93..4017521d 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix
@@ -14,7 +14,7 @@
           action = "open_float";
           desc = "open float for the symbol";
         };
-        "<space>q" = {
+        "<space>gq" = {
           action = "setloclist";
           desc = "add buffer diagnostic to the location list (quick-fix)";
         };