mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
feat: Added ruff-format
This commit is contained in:
parent
10330f4e8f
commit
7f32284d52
1 changed files with 8 additions and 0 deletions
8
lua/plugins/ruff-format.lua
Normal file
8
lua/plugins/ruff-format.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
python = { "ruff_format" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue