1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-10 02:51:07 +01:00

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

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