mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 11:30:06 +02:00
fix broken documentation
This commit is contained in:
parent
3f9effc575
commit
5b0e3623a0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in
|
||||||
plugins.dashboard = {
|
plugins.dashboard = {
|
||||||
enable = mkEnableOption "Enable dashboard";
|
enable = mkEnableOption "Enable dashboard";
|
||||||
|
|
||||||
package = {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.vimPlugins.dashboard-nvim;
|
default = pkgs.vimPlugins.dashboard-nvim;
|
||||||
description = "Plugin to use for dashboard-nvim";
|
description = "Plugin to use for dashboard-nvim";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue