Added warn,err,info in the insert mode in vim

This commit is contained in:
Marcin Woźniak 2022-01-02 01:27:04 +01:00
parent 4452cb5ad1
commit 3051133257
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -15,6 +15,7 @@
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length", "80"],
"python.pythonPath": "python3",
"diagnostic.refreshOnInsertMode": "true",
"coc.preferences.formatOnSaveFiletypes": [
"sh",
"yaml",