mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
format
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
Former-commit-id: 3f1eb01070
This commit is contained in:
@@ -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)";
|
}];
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user