zig: package option

This commit is contained in:
Alexander Nortung 2023-01-17 21:54:37 +01:00
parent 23604dd5b0
commit 097d95d9d7

View file

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