Compare commits

..

No commits in common. "0c9b4d0d80bb0f9b0a99cd1717344e705f7ca6b2" and "b89ed914055ce246493eaf8cc33553ad25b9a64f" have entirely different histories.

View file

@ -9,16 +9,10 @@
in {
config = mkIf cfg.enable {
vim = {
startPlugins = [
# dependencies
"nui-nvim" # ui library
"nvim-web-devicons" # glyphs
];
lazy.plugins = {
"hunk-nvim" = {
package = "hunk-nvim";
setupModule = "hunk";
setupModule = "gitlinker";
inherit (cfg) setupOpts;
};
};