mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
9 lines
174 B
Lua
9 lines
174 B
Lua
return {
|
|
init_options = {
|
|
-- the settings can be found here: https://docs.astral.sh/ruff/editors/settings/
|
|
settings = {
|
|
organizeImports = true,
|
|
},
|
|
},
|
|
}
|