mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +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 = {
|
||||
enable = mkEnableOption "Enable dashboard";
|
||||
|
||||
package = {
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.vimPlugins.dashboard-nvim;
|
||||
description = "Plugin to use for dashboard-nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue