mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-14 06:38:44 +02:00
goyo: package option
This commit is contained in:
parent
187f82ca6d
commit
9e4a08c2e7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ in with helpers; with lib;
|
|||
mkPlugin attrs {
|
||||
name = "goyo";
|
||||
description = "Enable goyo.vim";
|
||||
extraPlugins = [ pkgs.vimPlugins.goyo-vim ];
|
||||
package = pkgs.vimPlugins.goyo-vim;
|
||||
|
||||
options = {
|
||||
width = mkDefaultOpt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue