mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 11:45:28 +02:00
parent
d8a86e9b3f
commit
c73bef16ab
61 changed files with 112 additions and 263 deletions
|
@ -16,11 +16,7 @@ in
|
|||
plugins.airline = {
|
||||
enable = mkEnableOption "airline";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.vimPlugins.vim-airline;
|
||||
description = "Plguin to use for airline";
|
||||
};
|
||||
package = helpers.mkPackageOption "airline" pkgs.vimPlugins.vim-airline;
|
||||
|
||||
extensions = mkOption {
|
||||
default = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue