1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 07:52:47 +01:00

plugins/neotest: options -> settings-options

To ignore file from list-plugins
This commit is contained in:
Austin Horstman 2025-02-01 20:03:39 -06:00
parent 09e857bfdd
commit e0f838b58d
No known key found for this signature in database
3 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
imports = [ ./adapters.nix ];
settingsOptions = (import ./options.nix { inherit lib; }) // {
settingsOptions = (import ./settings-options.nix { inherit lib; }) // {
adapters = mkOption {
type = with types; listOf strLua;
default = [ ];