feat: add code-server settings (#1)

Reviewed-on: gists/dotfiles#1
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
This commit is contained in:
Victor Westerlund 2024-11-22 04:18:41 +01:00 committed by Victor Westerlund
parent b85e546c1c
commit 2b3411dcb2
2 changed files with 16 additions and 0 deletions

5
.gitignore vendored
View file

@ -1,5 +1,6 @@
**
!.config/
!.local/
# Include configs
!.nanorc
@ -8,6 +9,10 @@
!.config/git/
!.config/git/**
!.bash_aliases
!.local/share/
!.local/share/code-server/
!.local/share/code-server/User/
!.local/share/code-server/User/settings.json
# Include this file
!.gitignore

View file

@ -0,0 +1,11 @@
{
"workbench.colorTheme": "Default Dark Modern",
"keyboard.layout": "0000041D",
"editor.bracketPairColorization.enabled": false,
"git.openRepositoryInParentFolders": "never",
"editor.stickyScroll.enabled": false,
"html.format.indentHandlebars": true,
"editor.insertSpaces": false,
"workbench.editor.closeEmptyGroups": false,
"editor.hover.hidingDelay": 0
}