Fixing himalaya. removing markview nvim plugin. adding <space>xx for Trouble

This commit is contained in:
2026-02-06 16:25:55 -07:00
parent 81db7e0703
commit 0d7c4df7ab
3 changed files with 8 additions and 8 deletions

View File

@@ -37,6 +37,7 @@
{ key = "<leader>/"; action = "<cmd>Tv text<cr>"; }
{ key = "<leader>bd"; action = "<cmd>bdelete<cr>"; }
{ key = "<leader>nd"; action = "<cmd>NoiceDismiss<cr>"; }
{ key = "<leader>xx"; action = "<cmd>Trouble diagnostics toggle<cr>"; }
{ key = "<S-l>"; action = "<cmd>bnext<cr>"; }
{ key = "<S-h>"; action = "<cmd>bprev<cr>"; }
];
@@ -100,7 +101,7 @@
};
# lsp-format.enable = true;
lsp-lines.enable = true;
markview.enable = true;
# markview.enable = true;
neo-tree.enable = true;
notify.enable = true;
nix.enable = true;