11 lines
226 B
Lua
11 lines
226 B
Lua
return {
|
|
cmd = { "ruff", "server" },
|
|
filetypes = { "python" },
|
|
root_markers = { "pyproject.toml", "ruff.toml", ".ruff.toml", ".git" },
|
|
init_options = {
|
|
settings = {
|
|
-- Ruff language server settings go here
|
|
},
|
|
},
|
|
}
|