Added warn,err,info in the insert mode in vim
This commit is contained in:
parent
4452cb5ad1
commit
3051133257
@ -15,6 +15,7 @@
|
|||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
"python.formatting.blackArgs": ["--line-length", "80"],
|
"python.formatting.blackArgs": ["--line-length", "80"],
|
||||||
"python.pythonPath": "python3",
|
"python.pythonPath": "python3",
|
||||||
|
"diagnostic.refreshOnInsertMode": "true",
|
||||||
"coc.preferences.formatOnSaveFiletypes": [
|
"coc.preferences.formatOnSaveFiletypes": [
|
||||||
"sh",
|
"sh",
|
||||||
"yaml",
|
"yaml",
|
||||||
|
Loading…
Reference in New Issue
Block a user