-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
34 lines (34 loc) · 1.02 KB
/
settings.json
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
27
28
29
30
31
32
33
34
{
"*.js": {
"tabsize": 2
},
"*.py": {
"tabsize": 4
},
"*.ts": {
"tabsize": 2
},
"autosu": true,
"colorscheme": "catppuccin-frappe",
"diffgutter": true,
"filemanager-openonstart": false,
"filemanager.nerdfonts": true,
"hlsearch": true,
"ignorecase": false,
"lsp.ignoreMessages": "LS message1 to ignore|LS message 2 to ignore|...",
"lsp.ignoreTriggerCharacters": "completion,signature",
"lsp.server": "python=pyls,go=gopls,typescript=deno lsp,rust=rust-analyzer",
"mkparents": true,
"pluginchannels": [
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json",
"https://raw.githubusercontent.com/Neko-Box-Coder/unofficial-plugin-channel/stable/channel.json"
],
"pluginrepos": [],
"reload": "auto",
"rmtrailingws": true,
"scrollbar": true,
"softwrap": true,
"statusformatr": "$(status.branch) | $(status.hash) | $(status.size)",
"tabstospaces": true,
"wordwrap": true
}