11 lines
346 B
JSON
11 lines
346 B
JSON
{
|
|
"workbench.colorTheme": "Monokai",
|
|
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
|
|
"terminal.explorerKind": "external",
|
|
"terminal.external.linuxExec": "alacritty",
|
|
"editor.minimap.enabled": false,
|
|
"redhat.telemetry.enabled": false,
|
|
"[python]": {
|
|
"diffEditor.ignoreTrimWhitespace": false
|
|
}
|
|
} |