feat: python fixes
This commit is contained in:
10
lsp/ruff.lua
Normal file
10
lsp/ruff.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
cmd = { "ruff", "server" },
|
||||
filetypes = { "python" },
|
||||
root_markers = { "pyproject.toml", "ruff.toml", ".ruff.toml", ".git" },
|
||||
init_options = {
|
||||
settings = {
|
||||
-- Ruff language server settings go here
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user