Skip to content

Commit 2d2404a

Browse files
khanelimanteto
authored andcommitted
vimPlugins.markview-nvim: add nvim-web-devicons dependency
1 parent 1d5a894 commit 2d2404a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,10 @@
10541054
'';
10551055
};
10561056

1057+
markview-nvim = super.markview-nvim.overrideAttrs {
1058+
dependencies = with self; [ nvim-web-devicons ];
1059+
};
1060+
10571061
mason-lspconfig-nvim = super.mason-lspconfig-nvim.overrideAttrs {
10581062
dependencies = with self; [ mason-nvim nvim-lspconfig ];
10591063
};

0 commit comments

Comments
 (0)