Skip to content

Commit fdb3207

Browse files
khanelimanGaetanLepage
authored andcommitted
vimPlugins.markview-nvim: remove nvim-web-devicons dependency
Doesn't seem to be a hard dependency and is causing issues downstream. nix-community/nixvim#2339
1 parent a95f58c commit fdb3207

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,10 +1131,6 @@ in
11311131
'';
11321132
};
11331133

1134-
markview-nvim = super.markview-nvim.overrideAttrs {
1135-
dependencies = with self; [ nvim-web-devicons ];
1136-
};
1137-
11381134
mason-lspconfig-nvim = super.mason-lspconfig-nvim.overrideAttrs {
11391135
dependencies = with self; [ mason-nvim nvim-lspconfig ];
11401136
};

0 commit comments

Comments
 (0)