17 lines
No EOL
603 B
JSON
17 lines
No EOL
603 B
JSON
{
|
|
"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
|
|
} |