mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22:00 -05:00
18 lines
351 B
Nix
18 lines
351 B
Nix
{
|
|
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";
|
|
# };
|
|
# };
|
|
};
|
|
}
|