nix: package option

This commit is contained in:
Alexander Nortung 2023-01-17 21:44:07 +01:00
parent fa14b59555
commit 38daeb1843

View file

@ -5,7 +5,7 @@ in with helpers; with lib;
mkPlugin attrs {
name = "nix";
description = "Enable nix";
extraPlugins = [ pkgs.vimPlugins.vim-nix ];
package = pkgs.vimPlugins.vim-nix;
# Possibly add option to disable Treesitter highlighting if this is installed
options = {};