mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
8 lines
127 B
Lua
8 lines
127 B
Lua
lvim.lang.python.formatters = {
|
|
{ exe = "black" },
|
|
{ exe = "isort" },
|
|
}
|
|
|
|
lvim.lang.python.linters = {
|
|
{ exe = "flake8" },
|
|
}
|