nix/config/nvim/lua/lsp/pytest_lsp.lua

11 lines
214 B
Lua

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