mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
lib/helpers: extraOptionsOptions -> neovim-plugin.extraOptionsOptions
This commit is contained in:
parent
8b91bf010a
commit
e2c3459d1d
89 changed files with 103 additions and 97 deletions
|
@ -80,7 +80,7 @@ with lib; let
|
|||
};
|
||||
in {
|
||||
options.plugins.barbar =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "barbar.nvim";
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ with lib; let
|
|||
mkListStr = helpers.defaultNullOpts.mkNullable (types.listOf types.str);
|
||||
in {
|
||||
options.plugins.barbecue =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "barbecue-nvim";
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@ with lib; let
|
|||
in {
|
||||
options = {
|
||||
plugins.bufferline =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "bufferline";
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ with lib; let
|
|||
cfg = config.plugins.navic;
|
||||
in {
|
||||
options.plugins.navic =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "nvim-navic";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue