all repos

dotfiles @ c36863d722e4f3de18918263534b596eb37f98aa

my dotfiles

config/lvim/lvim/ftplugin/python.lua (view raw)

1
2
3
4
5
6
7
8
9
require("dap-install").config("python_dbg", {})

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