init
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"snippets.ultisnips.enable": false,
|
||||
"suggest.noselect": false,
|
||||
"suggest.enablePreselect": true,
|
||||
"inlayHint.enable": false,
|
||||
"diagnostic.virtualText": false,
|
||||
"diagnostic.enable": true,
|
||||
"diagnostic.errorSign": "✗",
|
||||
"diagnostic.warningSign": "•",
|
||||
"diagnostic.infoSign": "ℹ",
|
||||
"diagnostic.hintSign": "➤",
|
||||
"hover.floatConfig": {
|
||||
"border": true,
|
||||
"rounded": true
|
||||
},
|
||||
"suggest.floatConfig": {
|
||||
"border": true,
|
||||
"rounded": true
|
||||
},
|
||||
"diagnostic.floatConfig": {
|
||||
"border": true,
|
||||
"rounded": true
|
||||
},
|
||||
"signature.floatConfig": {
|
||||
"border": true,
|
||||
"rounded": true
|
||||
},
|
||||
"markdownlint.config": {
|
||||
"line-length": false,
|
||||
"no-inline-html": false
|
||||
},
|
||||
"html.filetypes": [
|
||||
"html",
|
||||
"liquid",
|
||||
"markdown",
|
||||
"liquid.markdown"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user