plugins/markview: remove unnecessary extraPlugin

This commit is contained in:
Austin Horstman 2024-08-13 09:44:48 -05:00
parent 94fb980f35
commit ec9e5c071a
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -22,9 +22,6 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin config {
Please refer to the plugin's [documentation](https://github.com/OXY2DEV/markview.nvim/wiki/Configuration-options) for more details.
'';
# TODO: remove when https://github.com/NixOS/nixpkgs/pull/333587 is available
extraPlugins = with pkgs.vimPlugins; [ nvim-web-devicons ];
settingsOptions = {
buf_ignore = defaultNullOpts.mkListOf types.str [ "nofile" ] ''
Buftypes to disable markview-nvim.

View file

@ -1,4 +1,4 @@
_: {
{
empty = {
plugins.markview.enable = true;
};