Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>

Former-commit-id: 3f1eb01070
This commit is contained in:
Hadi
2025-05-23 15:11:34 +02:00
parent 8c4162b885
commit 680ee14463

View File

@@ -8,7 +8,6 @@
bufferline.enable = true; bufferline.enable = true;
copilot-vim = { copilot-vim = {
enable = true; enable = true;
# FIXME: Temp issue solving
settings.node_command = lib.getExe pkgs.nodejs_20; settings.node_command = lib.getExe pkgs.nodejs_20;
}; };
flash.enable = true; flash.enable = true;
@@ -26,12 +25,10 @@
}; };
}; };
}; };
keymaps = [ keymaps = [{
{ key = "<leader>ct";
key = "<leader>ct"; action = "<cmd>AerialToggle<cr>";
action = "<cmd>AerialToggle<cr>"; options.desc = "Aerial (tags)";
options.desc = "Aerial (tags)"; }];
}
];
}; };
} }