mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/markview: remove unnecessary extraPlugin
This commit is contained in:
parent
94fb980f35
commit
ec9e5c071a
2 changed files with 1 additions and 4 deletions
|
@ -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.
|
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 = {
|
settingsOptions = {
|
||||||
buf_ignore = defaultNullOpts.mkListOf types.str [ "nofile" ] ''
|
buf_ignore = defaultNullOpts.mkListOf types.str [ "nofile" ] ''
|
||||||
Buftypes to disable markview-nvim.
|
Buftypes to disable markview-nvim.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
_: {
|
{
|
||||||
empty = {
|
empty = {
|
||||||
plugins.markview.enable = true;
|
plugins.markview.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue