Skip to content

Commit 2206328

Browse files
committed
plugins/neotest: fix adapter warning
1 parent c169e6d commit 2206328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/by-name/neotest/adapters.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let
4646

4747
warnings = optional (!config.plugins.treesitter.enable) ''
4848
Nixvim (plugins.neotest.adapters.${name}): This adapter requires `treesitter` to be enabled.
49-
You might want to set `plugins.treesitter.enable = true` and ensure that the `${props.treesitter-parser}` parser is enabled.
49+
You might want to set `plugins.treesitter.enable = true` and ensure that the `${treesitter-parser}` parser is enabled.
5050
'';
5151

5252
plugins.neotest.settings.adapters =

0 commit comments

Comments
 (0)