feat: VSCodium>VSCode
This commit is contained in:
parent
45b0d86ff7
commit
973ae4b49b
2 changed files with 17 additions and 21 deletions
17
Library/Application Support/VSCodium/User/settings.json
Normal file
17
Library/Application Support/VSCodium/User/settings.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"workbench.colorTheme": "Rosé Pine",
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.fontSize": 16,
|
||||
"editor.fontFamily": "JetBrainsMono Nerd Font",
|
||||
"editor.autoClosingBrackets": "never",
|
||||
"editor.folding": false,
|
||||
"workbench.preferredDarkColorTheme": "Rosé Pine Moon",
|
||||
"workbench.preferredLightColorTheme": "Rosé Pine Dawn",
|
||||
"window.autoDetectColorScheme": true,
|
||||
"extensions.experimental.affinity": {
|
||||
"asvetliakov.vscode-neovim": 1
|
||||
},
|
||||
"editor.lineNumbers": "relative",
|
||||
"editor.accessibilitySupport": "off",
|
||||
"editor.cursorSurroundingLines": 5
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue