feat(nvim): add language servers
This commit is contained in:
parent
fec2101a81
commit
eb39d81126
4 changed files with 3 additions and 24 deletions
|
|
@ -1,11 +0,0 @@
|
|||
return {
|
||||
cmd = { 'pytest-language-server' },
|
||||
filetypes = { 'python' },
|
||||
root_markers = {
|
||||
'pyproject.toml',
|
||||
'setup.py',
|
||||
'setup.cfg',
|
||||
'pytest.ini',
|
||||
'.git',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue