mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
feat: add code-server config
This commit is contained in:
parent
067ef0f82a
commit
bfbe6bf121
1 changed files with 11 additions and 0 deletions
11
.local/share/code-server/User/settings.json
Normal file
11
.local/share/code-server/User/settings.json
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue