nvim-snappy/lsp/ruff.lua

6 lines
105 B
Lua

return {
cmd = { 'ruff', 'server' },
filetypes = { 'python' },
root_markers = { "pyproject.toml" },
}