mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 03:35:21 +02:00
plugins/neotest: add playwright adapter
This commit is contained in:
parent
4708aac141
commit
50038f6c8f
4 changed files with 57 additions and 2 deletions
|
@ -46,6 +46,10 @@
|
|||
phpunit = {
|
||||
treesitter-parser = "php";
|
||||
};
|
||||
playwright = {
|
||||
treesitter-parser = "typescript";
|
||||
settingsSuffix = settingsLua: ".adapter(${settingsLua})";
|
||||
};
|
||||
plenary = {
|
||||
treesitter-parser = "lua";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue