summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7eef94f)
ruff_lsp seems to be deprecated.
---@type lspconfig.options
servers = {
pyright = {},
---@type lspconfig.options
servers = {
pyright = {},
root_dir = function(fname)
return require("lspconfig.util").root_pattern("pyproject.toml", "setup.cfg", "ruff.toml")(fname)
end,
root_dir = function(fname)
return require("lspconfig.util").root_pattern("pyproject.toml", "setup.cfg", "ruff.toml")(fname)
end,