mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-03 20:22:21 +00:00
Compare commits
No commits in common. "0c9b4d0d80bb0f9b0a99cd1717344e705f7ca6b2" and "b89ed914055ce246493eaf8cc33553ad25b9a64f" have entirely different histories.
0c9b4d0d80
...
b89ed91405
1 changed files with 1 additions and 7 deletions
|
|
@ -9,16 +9,10 @@
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = [
|
|
||||||
# dependencies
|
|
||||||
"nui-nvim" # ui library
|
|
||||||
"nvim-web-devicons" # glyphs
|
|
||||||
];
|
|
||||||
|
|
||||||
lazy.plugins = {
|
lazy.plugins = {
|
||||||
"hunk-nvim" = {
|
"hunk-nvim" = {
|
||||||
package = "hunk-nvim";
|
package = "hunk-nvim";
|
||||||
setupModule = "hunk";
|
setupModule = "gitlinker";
|
||||||
inherit (cfg) setupOpts;
|
inherit (cfg) setupOpts;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue