dotfiles/config/lvim/ftplugin/python.lua
2021-09-20 16:50:53 +03:00

8 lines
127 B
Lua

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