-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoc-settings.json
30 lines (30 loc) · 1.03 KB
/
coc-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
{
"snippets.ultisnips.directories": [
"~/.vim/neobundle_bundle/ultisnips/docker/snippets"
,"~/.vim/neobundle_bundle/snippets/UltiSnips"
,"~/.vim/neobundle_bundle/snippets/snippets"
,"~/.vim/neobundle_bundle/snippets/snippets/coffee"
,"~/.vim/neobundle_bundle/snippets/snippets"
,"~/.vim/neobundle_bundle/snippets/snippets/javascript"
,"~/.vim/neobundle_bundle/snippets/snippets"
,"~/.vim/neobundle_bundle/yats/UltiSnips"
,"~/.vim/mysnippets"
]
,"tsserver.trace.server": "verbose"
,"suggest.timeout": 500
,"suggest.enablePreview": true
,"suggest.maxPreviewWidth": 35
,"suggest.detailMaxLength": 100
,"suggest.detailField": "preview"
,"suggest.removeDuplicateItems": true
,"diagnostic.level": "hint"
,"diagnostic.refreshOnInsertMode": false
,"diagnostic.refreshAfterSave": true
,"diagnostic.displayByAle": true
,"diagnostic.virtualText": true
,"codeLens.enable": true
,"list.maxHeight": 15
,"snippets.extends": {
"systemverilog": ["verilog_systemverilog"]
}
}