File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 23
23
"plugins/by-name/hydra/settings-options.nix" ,
24
24
"plugins/by-name/neotest/adapters-list.nix" ,
25
25
"plugins/by-name/neotest/adapters.nix" ,
26
- "plugins/by-name/neotest/options.nix" ,
27
26
"plugins/by-name/none-ls/_mk-source-plugin.nix" ,
28
27
"plugins/by-name/none-ls/packages.nix" ,
29
28
"plugins/by-name/none-ls/prettier.nix" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
10
10
11
11
imports = [ ./adapters.nix ] ;
12
12
13
- settingsOptions = ( import ./options.nix { inherit lib ; } ) // {
13
+ settingsOptions = ( import ./settings- options.nix { inherit lib ; } ) // {
14
14
adapters = mkOption {
15
15
type = with types ; listOf strLua ;
16
16
default = [ ] ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments