dotfiles/nvim/after/lsp/ruff.lua
2026-06-02 08:20:14 +02:00

9 lines
198 B
Lua

---@type vim.lsp.Config
return {
init_options = {
-- the settings can be found here: https://docs.astral.sh/ruff/editors/settings/
settings = {
organizeImports = true,
},
},
}