all repos

dotfiles @ 2feea5ce1e31a0809ca4f1914300facdd0b00c45

my dotfiles

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

1
2
3
4
5
6
7
8
lvim.lang.python.formatters = {
  { exe = "black" },
  { exe = "isort" },
}

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