all repos

dotfiles @ 0b99d6c75c8a4462d4e27a570dcc5057d22fe263

my dotfiles

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

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

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