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