mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/neotest: fix adapter warning
(cherry picked from commit 2206328137
)
This commit is contained in:
parent
6395b9c013
commit
4d8b9aa55f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ let
|
||||||
|
|
||||||
warnings = optional (!config.plugins.treesitter.enable) ''
|
warnings = optional (!config.plugins.treesitter.enable) ''
|
||||||
Nixvim (plugins.neotest.adapters.${name}): This adapter requires `treesitter` to be enabled.
|
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 =
|
plugins.neotest.settings.adapters =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue