mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-14 22:52:29 +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 {
|
mkPlugin attrs {
|
||||||
name = "goyo";
|
name = "goyo";
|
||||||
description = "Enable goyo.vim";
|
description = "Enable goyo.vim";
|
||||||
extraPlugins = [ pkgs.vimPlugins.goyo-vim ];
|
package = pkgs.vimPlugins.goyo-vim;
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
width = mkDefaultOpt {
|
width = mkDefaultOpt {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue