vimPlugins.markview-nvim: add nvim-web-devicons dependency
This commit is contained in:
committed by
Matthieu Coudron
parent
1d5a894b1e
commit
2d2404abaf
@@ -1054,6 +1054,10 @@
|
||||
'';
|
||||
};
|
||||
|
||||
markview-nvim = super.markview-nvim.overrideAttrs {
|
||||
dependencies = with self; [ nvim-web-devicons ];
|
||||
};
|
||||
|
||||
mason-lspconfig-nvim = super.mason-lspconfig-nvim.overrideAttrs {
|
||||
dependencies = with self; [ mason-nvim nvim-lspconfig ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user