feat: python fixes

This commit is contained in:
2026-08-27 22:05:08 +02:00
parent f957a60c58
commit 4d38ef5b31
5 changed files with 34 additions and 18 deletions

10
lsp/ruff.lua Normal file
View 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
},
},
}