mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-06 19:05:26 +02:00
zig: package option
This commit is contained in:
parent
23604dd5b0
commit
097d95d9d7
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue