feat(nvim): add language servers

This commit is contained in:
Barrett Ruth 2026-02-26 11:19:26 -05:00
parent fec2101a81
commit eb39d81126
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 3 additions and 24 deletions

View file

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