plugins/neotest: fix adapter warning

This commit is contained in:
Austin Horstman 2024-12-11 11:05:27 -06:00
parent c169e6df1f
commit 2206328137
No known key found for this signature in database

View file

@ -46,7 +46,7 @@ let
warnings = optional (!config.plugins.treesitter.enable) ''
Nixvim (plugins.neotest.adapters.${name}): This adapter requires `treesitter` to be enabled.
You might want to set `plugins.treesitter.enable = true` and ensure that the `${props.treesitter-parser}` parser is enabled.
You might want to set `plugins.treesitter.enable = true` and ensure that the `${treesitter-parser}` parser is enabled.
'';
plugins.neotest.settings.adapters =