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 64432791bc
commit dd246a4382

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",