mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-15 07:02:58 +02:00
nix: package option
This commit is contained in:
parent
fa14b59555
commit
38daeb1843
1 changed files with 1 additions and 1 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue