dotfiles/config/lvim/ftplugin/python.lua
2021-10-08 09:42:28 +03:00

8 lines
130 B
Lua

lvim.lang.python.formatters = {
{ exe = "black" },
{ exe = "isort" },
}
lvim.lang.python.linters = {
{ exe = "flake8" },
}