summaryrefslogtreecommitdiff
path: root/user/VSCodium/User/settings.json
blob: 470101cc68b450a5a92d7f37884be5d0e1214109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "files.insertFinalNewline": true,

    /** UI **/
    "window.zoomLevel": 1,
    "workbench.tree.indent": 14,

    // hide inlay hints unless Ctrl+Alt is pressed
    "editor.inlayHints.enabled": "offUnlessPressed",

    "editor.mouseWheelZoom": true,

    /** Extension config **/
    "vim.useSystemClipboard": true,

    "better-comments.tags": [
        {
            "tag": "todo",
            "color": "#FF8C00"
        },
        {
            "tag": "future",
            "color": "#bd93f9"
        }
    ],
}