mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +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
|
@ -9,7 +9,7 @@ with lib; let
|
|||
cfg = config.plugins.conform-nvim;
|
||||
in {
|
||||
options.plugins.conform-nvim =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "conform-nvim";
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@ in {
|
|||
|
||||
options = {
|
||||
plugins.fidget =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "fidget-nvim";
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ with lib; let
|
|||
cfg = config.plugins.lsp-format;
|
||||
in {
|
||||
options.plugins.lsp-format =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "lsp-format.nvim";
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ in {
|
|||
|
||||
options = {
|
||||
plugins.lspsaga =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "lspsaga.nvim";
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
in
|
||||
with lib; {
|
||||
options.plugins.trouble =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "trouble.nvim";
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ with lib; let
|
|||
in {
|
||||
options = {
|
||||
plugins.wtf =
|
||||
helpers.extraOptionsOptions
|
||||
helpers.neovim-plugin.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "wtf.nvim";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue