remove vscodium configs
This commit is contained in:
parent
f2b01c1834
commit
f1b2096691
3 changed files with 0 additions and 51 deletions
|
@ -2,7 +2,6 @@ packages:
|
||||||
linux:
|
linux:
|
||||||
fedora:
|
fedora:
|
||||||
- bat
|
- bat
|
||||||
- codium
|
|
||||||
- fish
|
- fish
|
||||||
- fzf
|
- fzf
|
||||||
- keychain
|
- keychain
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{{ .chezmoi.sourceDir }}/vscodium/settings.json
|
|
|
@ -1,49 +0,0 @@
|
||||||
{
|
|
||||||
"redhat.telemetry.enabled": true,
|
|
||||||
"extensions.experimental.affinity": {
|
|
||||||
"asvetliakov.vscode-neovim": 1
|
|
||||||
},
|
|
||||||
"workbench.colorTheme": "Catppuccin Frappé",
|
|
||||||
"workbench.iconTheme": "catppuccin-frappe",
|
|
||||||
"editor.minimap.enabled": false,
|
|
||||||
"editor.fontSize": 16,
|
|
||||||
"editor.fontFamily": "monospace",
|
|
||||||
"window.titleBarStyle": "custom",
|
|
||||||
"editor.fontLigatures": true,
|
|
||||||
"explorer.confirmDelete": false,
|
|
||||||
"workbench.sideBar.location": "right",
|
|
||||||
"window.customTitleBarVisibility": "auto",
|
|
||||||
"workbench.activityBar.location": "hidden",
|
|
||||||
"vscode-neovim.ctrlKeysForNormalMode": [
|
|
||||||
"a",
|
|
||||||
"c",
|
|
||||||
"d",
|
|
||||||
"e",
|
|
||||||
"f",
|
|
||||||
"h",
|
|
||||||
"i",
|
|
||||||
"j",
|
|
||||||
"k",
|
|
||||||
"l",
|
|
||||||
"m",
|
|
||||||
"o",
|
|
||||||
"r",
|
|
||||||
"t",
|
|
||||||
"u",
|
|
||||||
"v",
|
|
||||||
"w",
|
|
||||||
"x",
|
|
||||||
"y",
|
|
||||||
"z",
|
|
||||||
"/",
|
|
||||||
"]",
|
|
||||||
"right",
|
|
||||||
"left",
|
|
||||||
"up",
|
|
||||||
"down",
|
|
||||||
"backspace",
|
|
||||||
"delete"
|
|
||||||
],
|
|
||||||
"keyboard.dispatch": "keyCode",
|
|
||||||
"editor.wordWrap": "bounded"
|
|
||||||
}
|
|
Loading…
Reference in a new issue