mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
feat:add_nixvim
This commit is contained in:
17
home/nixvim/plugins/util/harpoon.nix
Normal file
17
home/nixvim/plugins/util/harpoon.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
plugins.harpoon = {
|
||||
enable = true;
|
||||
enableTelescope = true;
|
||||
# keymapsSilent = true;
|
||||
# keymaps = {
|
||||
# addFile = "<leader>ha";
|
||||
# toggleQuickMenu = "<C-e>";
|
||||
# navFile = {
|
||||
# "1" = "<leader>hj";
|
||||
# "2" = "<leader>hk";
|
||||
# "3" = "<leader>hl";
|
||||
# "4" = "<leader>hm";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user