update lvim

This commit is contained in:
neoteny 2021-10-08 09:42:28 +03:00
parent da1068fdc2
commit 846f37457c
10 changed files with 54 additions and 57 deletions

View file

@ -1,8 +1,8 @@
lvim.lang.python.formatters = {
{ exe = "black" },
{ exe = "isort" },
{ exe = "black" },
{ exe = "isort" },
}
lvim.lang.python.linters = {
{ exe = "flake8" },
{ exe = "flake8" },
}