We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5a894 commit 2d2404aCopy full SHA for 2d2404a
pkgs/applications/editors/vim/plugins/overrides.nix
@@ -1054,6 +1054,10 @@
1054
'';
1055
};
1056
1057
+ markview-nvim = super.markview-nvim.overrideAttrs {
1058
+ dependencies = with self; [ nvim-web-devicons ];
1059
+ };
1060
+
1061
mason-lspconfig-nvim = super.mason-lspconfig-nvim.overrideAttrs {
1062
dependencies = with self; [ mason-nvim nvim-lspconfig ];
1063
0 commit comments