Add basics for sh and update coc-settings to use black

This commit is contained in:
Alex Selimov 2024-01-23 07:56:57 -05:00
parent 593bbad6d1
commit 24d67ad87e
2 changed files with 7 additions and 8 deletions

View file

@ -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"]
}