Drop ale plugin and config
This commit is contained in:
parent
877d90dd90
commit
20c3c27bd7
@ -1,6 +1,5 @@
|
|||||||
function! s:set_lit_cfg_filetype()
|
function! s:set_lit_cfg_filetype()
|
||||||
set filetype=python
|
set filetype=python
|
||||||
ALEDisableBuffer
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
au BufNewFile,BufReadPost lit.cfg call s:set_lit_cfg_filetype()
|
au BufNewFile,BufReadPost lit.cfg call s:set_lit_cfg_filetype()
|
||||||
|
@ -202,11 +202,6 @@ if has('gui_running') || &t_Co == 256
|
|||||||
call s:hi('Important', '220', '', 'bold')
|
call s:hi('Important', '220', '', 'bold')
|
||||||
call s:hi('Research', '202', '', 'bold')
|
call s:hi('Research', '202', '', 'bold')
|
||||||
|
|
||||||
call s:hi('ALEError', '160', '', '')
|
|
||||||
call s:hi('ALEWarning', '129', '', '')
|
|
||||||
call s:hi('ALEErrorSign', '160', '233', 'bold')
|
|
||||||
call s:hi('ALEWarningSign', '129', '233', 'bold')
|
|
||||||
|
|
||||||
call s:hi('CocErrorSign', '160', '233', '')
|
call s:hi('CocErrorSign', '160', '233', '')
|
||||||
call s:hi('CocErrorFloat', '160', '235', '')
|
call s:hi('CocErrorFloat', '160', '235', '')
|
||||||
call s:hi('CocWarningSign', '129', '233', '')
|
call s:hi('CocWarningSign', '129', '233', '')
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
# Completion for vimscript
|
# Completion for vimscript
|
||||||
- repo: vim-scripts/vimomni
|
- repo: vim-scripts/vimomni
|
||||||
mode: opt
|
mode: opt
|
||||||
# Asynchronous Lint Engine
|
|
||||||
- repo: w0rp/ale
|
|
||||||
# Version control differences in the sign column
|
# Version control differences in the sign column
|
||||||
- repo: mhinz/vim-signify
|
- repo: mhinz/vim-signify
|
||||||
# Conflict marker utilities
|
# Conflict marker utilities
|
||||||
|
8
vimrc
8
vimrc
@ -70,14 +70,6 @@ if has("win32")
|
|||||||
endif
|
endif
|
||||||
let g:coc_default_semantic_highlight_groups = 0
|
let g:coc_default_semantic_highlight_groups = 0
|
||||||
|
|
||||||
" ale
|
|
||||||
let g:ale_sign_error = '▸'
|
|
||||||
let g:ale_sign_warning = '▸'
|
|
||||||
let g:ale_echo_msg_format = '[%linter%] %s (%code%)'
|
|
||||||
let g:ale_linters = {'c': [], 'cpp': []}
|
|
||||||
let g:ale_cmake_cmakelint_options =
|
|
||||||
\ '-convention/filename,-package/consistency,-package/stdargs'
|
|
||||||
|
|
||||||
" vim-signify
|
" vim-signify
|
||||||
let g:signify_sign_change = '~'
|
let g:signify_sign_change = '~'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user