mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
parent
d8a86e9b3f
commit
c73bef16ab
61 changed files with 112 additions and 263 deletions
|
@ -9,11 +9,7 @@ in
|
|||
plugins.floaterm = {
|
||||
enable = mkEnableOption "floaterm";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.vimPlugins.vim-floaterm;
|
||||
description = "Plugin to use for floatterm";
|
||||
};
|
||||
package = helpers.mkPackageOption "floaterm" pkgs.vimPlugins.vim-floaterm;
|
||||
|
||||
shell = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue