Add basics for sh and update coc-settings to use black
This commit is contained in:
parent
593bbad6d1
commit
24d67ad87e
2 changed files with 7 additions and 8 deletions
|
@ -6,6 +6,10 @@
|
|||
"reportUnboundVariable":"none"
|
||||
},
|
||||
"hover.target": "preview",
|
||||
"clangd.path": "/usr/bin/clangd"
|
||||
"clangd.path": "/usr/bin/clangd",
|
||||
"python.formatting.provider": "black",
|
||||
"python.formatting.blackPath": "/home/aselimov/.local/bin/black",
|
||||
"python.formatting.blackArgs": ["-l","100"],
|
||||
"coc.preferences.formatOnSaveFiletypes": ["python"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue