helpers/vim-plugin/mkVimPlugin: remove useless 'options' argument

This commit is contained in:
Gaetan Lepage 2024-03-24 11:35:42 +01:00 committed by Gaétan Lepage
parent 2b2e9f962a
commit 4d471f04a5
4 changed files with 1 additions and 7 deletions

View file

@ -11,7 +11,4 @@ helpers.vim-plugin.mkVimPlugin config {
defaultPackage = pkgs.vimPlugins.vim-nix;
maintainers = [lib.maintainers.GaetanLepage];
# Possibly add option to disable Treesitter highlighting if this is installed
options = {};
}