mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 07:09:40 +02:00
This reverts commit b724085447
.
This commit is contained in:
parent
b724085447
commit
2d54272177
58 changed files with 258 additions and 94 deletions
|
@ -16,7 +16,11 @@ in
|
|||
plugins.airline = {
|
||||
enable = mkEnableOption "airline";
|
||||
|
||||
package = helpers.mkPackageOption "airline" pkgs.vimPlugins.vim-airline;
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.vimPlugins.vim-airline;
|
||||
description = "Plguin to use for airline";
|
||||
};
|
||||
|
||||
extensions = mkOption {
|
||||
default = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue