Skip to content

Commit

Permalink
vimPlugins.markview-nvim: add nvim-web-devicons dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored and teto committed Aug 10, 2024
1 parent 1d5a894 commit 2d2404a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 2d2404a

Please sign in to comment.