mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-09 20:35:10 +02:00
startify: package option
This commit is contained in:
parent
04a4ce7a45
commit
c530479f20
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ in with lib; with helpers;
|
|||
mkPlugin args {
|
||||
name = "startify";
|
||||
description = "Enable startify";
|
||||
extraPlugins = [ pkgs.vimPlugins.vim-startify ];
|
||||
package = pkgs.vimPlugins.vim-startify;
|
||||
|
||||
options = {
|
||||
sessionDir = mkDefaultOpt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue