diff --git a/plugins/by-name/lazygit/default.nix b/plugins/by-name/lazygit/default.nix index b68fa8c5..0e1bdbf4 100644 --- a/plugins/by-name/lazygit/default.nix +++ b/plugins/by-name/lazygit/default.nix @@ -47,9 +47,8 @@ lib.nixvim.vim-plugin.mkVimPlugin { Config file path is evaluated if this value is `1`. ''; - config_file_path = defaultNullOpts.mkNullable ( - with types; either str (listOf str) - ) [ ] "Custom config file path or list of custom config file paths."; + config_file_path = defaultNullOpts.mkNullable (with types; either str (listOf str)) [ + ] "Custom config file path or list of custom config file paths."; }; settingsExample = { diff --git a/plugins/by-name/lualine/default.nix b/plugins/by-name/lualine/default.nix index 467bf0f5..26a37185 100644 --- a/plugins/by-name/lualine/default.nix +++ b/plugins/by-name/lualine/default.nix @@ -292,9 +292,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin { inactive_winbar = mkEmptySectionOption "Winbar configuration used when inactive."; - extensions = defaultNullOpts.mkListOf ( - with lib.types; either str (attrsOf anything) - ) [ ] "List of enabled extensions."; + extensions = defaultNullOpts.mkListOf (with lib.types; either str (attrsOf anything)) [ + ] "List of enabled extensions."; }; settingsExample = { diff --git a/plugins/by-name/project-nvim/default.nix b/plugins/by-name/project-nvim/default.nix index 33cf4603..06eb2b63 100644 --- a/plugins/by-name/project-nvim/default.nix +++ b/plugins/by-name/project-nvim/default.nix @@ -81,9 +81,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin { ignore_lsp = defaultNullOpts.mkListOf lib.types.str [ ] "Table of lsp clients to ignore by name."; - exclude_dirs = - defaultNullOpts.mkListOf lib.types.str [ ] - "Don't calculate root dir on specific directories."; + exclude_dirs = defaultNullOpts.mkListOf lib.types.str [ + ] "Don't calculate root dir on specific directories."; show_hidden = defaultNullOpts.mkBool false "Show hidden files in telescope."; diff --git a/plugins/by-name/vim-matchup/default.nix b/plugins/by-name/vim-matchup/default.nix index 63ae7d25..898a01f5 100644 --- a/plugins/by-name/vim-matchup/default.nix +++ b/plugins/by-name/vim-matchup/default.nix @@ -19,9 +19,8 @@ with lib; treesitterIntegration = { enable = mkEnableOption "treesitter integration"; - disable = - helpers.defaultNullOpts.mkListOf types.str [ ] - "Languages for each to disable this module"; + disable = helpers.defaultNullOpts.mkListOf types.str [ + ] "Languages for each to disable this module"; disableVirtualText = helpers.defaultNullOpts.mkBool false '' Do not use virtual text to highlight the virtual end of a block, for languages without diff --git a/plugins/by-name/which-key/default.nix b/plugins/by-name/which-key/default.nix index 34b7c95c..81be8b79 100644 --- a/plugins/by-name/which-key/default.nix +++ b/plugins/by-name/which-key/default.nix @@ -467,9 +467,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin { group = defaultNullOpts.mkStr "+" "Symbol prepended to a group."; ellipsis = defaultNullOpts.mkStr "…" "Symbol used for overflow."; mappings = defaultNullOpts.mkBool true "Set to false to disable all mapping icons."; - rules = defaultNullOpts.mkNullable ( - with types; either (listOf attrs) bool - ) [ ] "Icon rules. Set to false to disable all icons."; + rules = defaultNullOpts.mkNullable (with types; either (listOf attrs) bool) [ + ] "Icon rules. Set to false to disable all icons."; colors = defaultNullOpts.mkBool true '' Use the highlights from mini.icons. diff --git a/plugins/by-name/wrapping/default.nix b/plugins/by-name/wrapping/default.nix index 4950b875..8955de85 100644 --- a/plugins/by-name/wrapping/default.nix +++ b/plugins/by-name/wrapping/default.nix @@ -50,9 +50,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin { "typst" ] "Filetypes for automatic heuristic mode triggers."; - auto_set_mode_filetype_denylist = - defaultNullOpts.mkListOf lib.types.str [ ] - "Auto set mode filetype deny list"; + auto_set_mode_filetype_denylist = defaultNullOpts.mkListOf lib.types.str [ + ] "Auto set mode filetype deny list"; auto_set_mode_heuristically = defaultNullOpts.mkBool true '' If true, the plugin will set the hard or soft mode automatically when any file loads. diff --git a/update-scripts/rust-analyzer/default.nix b/update-scripts/rust-analyzer/default.nix index 8a3599b6..d1376db4 100644 --- a/update-scripts/rust-analyzer/default.nix +++ b/update-scripts/rust-analyzer/default.nix @@ -2,7 +2,7 @@ # This derivation creates a Nix file that describes the Nix module that needs to be instantiated # # The create file is of the form: -# +# # { # "" = { # description = "