mirror of
https://github.com/janishutz/arch-dev-vm.git
synced 2025-11-25 13:54:24 +00:00
some more progress on script
This commit is contained in:
1
config/VSCodium/User/keybindings.json
Normal file
1
config/VSCodium/User/keybindings.json
Normal file
@@ -0,0 +1 @@
|
||||
// Empty
|
||||
27
config/VSCodium/User/settings.json
Normal file
27
config/VSCodium/User/settings.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"git.autofetch": true,
|
||||
"workbench.preferredHighContrastColorTheme": "Material Theme Darker High Contrast",
|
||||
"workbench.colorTheme": "Material Theme Darker High Contrast",
|
||||
"git.enableSmartCommit": true,
|
||||
"latex-utilities.countWord.format": "${wordsBody} Words",
|
||||
"editor.fontFamily": "'Source Code Pro'",
|
||||
"gitMerger.customCommitMessage": true,
|
||||
"[python]": {
|
||||
"editor.formatOnType": true
|
||||
},
|
||||
"update.mode": "none",
|
||||
"workbench.enableExperiments": false,
|
||||
"workbench.startupEditor": "none",
|
||||
"workbench.iconTheme": "eq-material-theme-icons-darker",
|
||||
"ltex.language": "en-GB",
|
||||
"[tex]": {
|
||||
"editor.wordWrap": "bounded",
|
||||
"editor.wordWrapColumn": 200
|
||||
},
|
||||
"[latex]": {
|
||||
"editor.wordWrap": "bounded",
|
||||
"editor.wordWrapColumn": 200
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user