chore: add Codium settings.json
This commit is contained in:
parent
bf742b90ad
commit
e71518c93e
23
.config/VSCodium/settings.json
Normal file
23
.config/VSCodium/settings.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"editor.renderIndentGuides": false,
|
||||||
|
"editor.fontFamily": "'Fira Code', 'Fira Code Retina', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
|
||||||
|
"editor.cursorStyle": "block",
|
||||||
|
"editor.wordWrap": "wordWrapColumn",
|
||||||
|
"editor.columnSelection": false,
|
||||||
|
"editor.fontLigatures": "'zero'",
|
||||||
|
"terminal.integrated.cursorBlinking": true,
|
||||||
|
"workbench.startupEditor": "newUntitledFile",
|
||||||
|
"workbench.iconTheme": "vscode-icons",
|
||||||
|
"window.zoomLevel": 1,
|
||||||
|
"oneDarkPro.vivid": true,
|
||||||
|
"oneDarkPro.bold": true,
|
||||||
|
"editor.mouseWheelZoom": true,
|
||||||
|
"terminal.integrated.fontFamily": "'Fira Code', 'Fira Code Retina'",
|
||||||
|
"scm.inputFontFamily": "'Fira Code', 'Fira Code Retina'",
|
||||||
|
"terminal.integrated.shell.linux": "/bin/zsh",
|
||||||
|
"workbench.colorTheme": "One Dark Pro",
|
||||||
|
"files.associations": {
|
||||||
|
"*.tmpl": "jinja-html"
|
||||||
|
},
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user