mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add lvim config and nvim
This commit is contained in:
parent
0b1ace53f2
commit
d1af9278c5
19 changed files with 303 additions and 26 deletions
9
config/lvim/ftplugin/python.lua
Normal file
9
config/lvim/ftplugin/python.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
lvim.format_on_save = true
|
||||
lvim.lang.python.formatters = {
|
||||
{ exe = "black" },
|
||||
{ exe = "isort" },
|
||||
}
|
||||
|
||||
lvim.lang.python.linters = {
|
||||
{ exe = "flake8" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue