mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
added config for helix & updated vscode config
This commit is contained in:
parent
dd6cf343ef
commit
b66b3cf439
3 changed files with 25 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"workbench.colorTheme": "Nord",
|
||||
"workbench.colorTheme": "Tokyo Storm Gogh",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.sideBar.location": "left",
|
||||
"workbench.startupEditor": "none",
|
||||
"workbench.activityBar.visible": true,
|
||||
"workbench.activityBar.visible": false,
|
||||
"window.menuBarVisibility": "toggle",
|
||||
"update.showReleaseNotes": false,
|
||||
// Font
|
||||
|
|
@ -61,7 +61,6 @@
|
|||
"go.formatTool": "gofumpt",
|
||||
"python.formatting.provider": "black",
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"python.formatting.blackPath": "~/.local/bin/black",
|
||||
"javascript.suggestionActions.enabled": false,
|
||||
"typescript.suggestionActions.enabled": false,
|
||||
"[go]": {
|
||||
|
|
@ -86,4 +85,4 @@
|
|||
"liveServer.settings.donotVerifyTags": true,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"gitlens.hovers.currentLine.over": "line"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue