Added vscode
This commit is contained in:
parent
28046269ed
commit
2267d4fc9b
6
.config/vscode/keybindings.json
Normal file
6
.config/vscode/keybindings.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"key": "ctrl+,",
|
||||||
|
"command": "workbench.action.openSettingsJson"
|
||||||
|
}
|
||||||
|
]
|
32
.config/vscode/settings.json
Normal file
32
.config/vscode/settings.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"editor.fontFamily": "UbuntuMono Nerd Font",
|
||||||
|
"editor.fontSize": 15,
|
||||||
|
"editor.hideCursorInOverviewRuler": true,
|
||||||
|
"editor.insertSpaces": false,
|
||||||
|
"editor.renderFinalNewline": "off",
|
||||||
|
"editor.scrollbar.vertical": "hidden",
|
||||||
|
"editor.scrollbar.verticalScrollbarSize": 0,
|
||||||
|
"editor.scrollBeyondLastLine": false,
|
||||||
|
"explorer.confirmDelete": false,
|
||||||
|
"files.insertFinalNewline": false,
|
||||||
|
"git.confirmSync": false,
|
||||||
|
"git.enableSmartCommit": true,
|
||||||
|
"gitProjectManager.baseProjectsFolders": ["~/projects"],
|
||||||
|
"gitProjectManager.checkRemoteOrigin": false,
|
||||||
|
"gitProjectManager.ignoredFolders": ["node_modules"],
|
||||||
|
"gitProjectManager.maxDepthRecursion": 2,
|
||||||
|
"gitProjectManager.openInNewWindow": false,
|
||||||
|
"gitProjectManager.storeRepositoriesBetweenSessions": false,
|
||||||
|
"go.gopath": "~/.go",
|
||||||
|
"go.lintTool": "golangci-lint",
|
||||||
|
"go.lintFlags": ["--fast"],
|
||||||
|
"security.workspace.trust.enabled": false,
|
||||||
|
"telemetry.telemetryLevel": "off",
|
||||||
|
"window.menuBarVisibility": "hidden",
|
||||||
|
"window.zoomLevel": 1,
|
||||||
|
"workbench.activityBar.visible": false,
|
||||||
|
"workbench.statusBar.visible": false,
|
||||||
|
"workbench.iconTheme": "material-icon-theme",
|
||||||
|
"workbench.startupEditor": "none",
|
||||||
|
"workbench.colorTheme": "One Dark Pro Darker",
|
||||||
|
}
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
!/.config/tmux
|
!/.config/tmux
|
||||||
!/.config/alacritty
|
!/.config/alacritty
|
||||||
!/.config/htop
|
!/.config/htop
|
||||||
|
!/.config/vscode
|
||||||
|
Loading…
Reference in New Issue
Block a user