feat(nvim): pytest-language-server flake

This commit is contained in:
Barrett Ruth 2026-02-26 13:04:49 -05:00
parent eb39d81126
commit 90cf2532dd
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,11 @@
return {
cmd = { 'pytest-language-server' },
filetypes = { 'python' },
root_markers = {
'pyproject.toml',
'setup.py',
'setup.cfg',
'pytest.ini',
'.git',
},
}