mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Fix readme, update vscode
This commit is contained in:
parent
2bfc3f5cfd
commit
479f60aaa5
2 changed files with 7 additions and 7 deletions
|
|
@ -14,7 +14,7 @@
|
|||
## Install dependencys
|
||||
```bash
|
||||
sudo pacman -S git alacritty github-cli neovim tmux zsh ttf-jetbrains-mono
|
||||
yay -S visual-studio-code-bin
|
||||
yay -S rcm visual-studio-code-bin
|
||||
```
|
||||
|
||||
## And install deps
|
||||
|
|
|
|||
|
|
@ -38,17 +38,17 @@
|
|||
"extensions.ignoreRecommendations": true,
|
||||
"gitlens.codeLens.enabled": true,
|
||||
// Languages
|
||||
"[go]": {
|
||||
"editor.insertSpaces": false,
|
||||
"go.lintOnSave": "package",
|
||||
"go.lintTool": "golint",
|
||||
"go.formatTool": "gofumpt"
|
||||
"go.lintTool": "golangci-lint",
|
||||
"go.formatTool": "gofumpt",
|
||||
"[go]": {
|
||||
"editor.insertSpaces": false
|
||||
},
|
||||
"[python]": {
|
||||
"python.formatting.provider": "black",
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"python.formatting.blackPath": "~/.local/bin/black",
|
||||
"editor.tabSize": 4,
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue