Add VSCodium config and setup
This commit is contained in:
5
.config/VSCodium/User/extensions.list
Normal file
5
.config/VSCodium/User/extensions.list
Normal file
@ -0,0 +1,5 @@
|
||||
anseki.vscode-color
|
||||
arcticicestudio.nord-visual-studio-code
|
||||
CoenraadS.bracket-pair-colorizer-2
|
||||
dendron.dendron-markdown-preview-enhanced
|
||||
Yummygum.city-lights-icon-vsc
|
0
.config/VSCodium/User/keybindings.json
Normal file
0
.config/VSCodium/User/keybindings.json
Normal file
13
.config/VSCodium/User/settings.json
Normal file
13
.config/VSCodium/User/settings.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"editor.tabSize": 2,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.fontFamily": "Source Code Pro",
|
||||
"editor.fontSize": 14,
|
||||
"editor.wordWrap": "on",
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
"workbench.fontAliasing": "auto",
|
||||
"terminal.external.osxExec": "iTerm.app",
|
||||
"workbench.colorTheme": "Nord",
|
||||
"workbench.preferredDarkColorTheme": "Nord",
|
||||
"workbench.iconTheme": "city-lights-icons-vsc"
|
||||
}
|
Reference in New Issue
Block a user