VIM: ALE/Coc Config
This commit is contained in:
parent
837e5418d6
commit
cb7712421c
@ -1,5 +1,5 @@
|
||||
{
|
||||
"languageserver": {
|
||||
"languageserver": {
|
||||
"ccls": {
|
||||
"command": "ccls",
|
||||
"filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
|
||||
@ -11,25 +11,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"gitignore.enable": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Is enable gitignore"
|
||||
},
|
||||
"gitignore.templates.patch": {
|
||||
"type": "object",
|
||||
"default": {},
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "gitignore patch for exists templates (key and value format)"
|
||||
},
|
||||
"gitignore.templates.replace": {
|
||||
"type": "object",
|
||||
"default": {},
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "gitignore completely replace the exists templates (key and value format)"
|
||||
}
|
||||
"git.addedSign.hlGroup": "GitGutterAdd",
|
||||
"git.changedSign.hlGroup": "GitGutterChange",
|
||||
"git.removedSign.hlGroup": "GitGutterDelete",
|
||||
"git.topRemovedSign.hlGroup": "GitGutterDelete",
|
||||
"git.changeRemovedSign.hlGroup": "GitGutterChangeDelete",
|
||||
"git.addGBlameToVirtualText": false,
|
||||
"gitignore.enable": true,
|
||||
"diagnostic.errorSign": "✘",
|
||||
"diagnostic.warningSign": "⚠"
|
||||
}
|
||||
|
@ -65,6 +65,9 @@ let g:SimpylFold_docstring_preview = 1
|
||||
|
||||
" Ale
|
||||
let g:ale_linters = {"python": ["flake8"], "python3": ["flake8"]}
|
||||
let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
|
||||
let g:ale_sign_error = '✘'
|
||||
let g:ale_sign_warning = '⚠'
|
||||
|
||||
|
||||
" VIM-MARKDOWN
|
||||
|
Loading…
Reference in New Issue
Block a user