Drop ale plugin and config

This commit is contained in:
Kenneth Benzie 2023-01-13 22:45:12 +00:00
parent 877d90dd90
commit 20c3c27bd7
4 changed files with 0 additions and 16 deletions

View File

@ -1,6 +1,5 @@
function! s:set_lit_cfg_filetype()
set filetype=python
ALEDisableBuffer
endfunction
au BufNewFile,BufReadPost lit.cfg call s:set_lit_cfg_filetype()

View File

@ -202,11 +202,6 @@ if has('gui_running') || &t_Co == 256
call s:hi('Important', '220', '', '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('CocErrorFloat', '160', '235', '')
call s:hi('CocWarningSign', '129', '233', '')

View File

@ -13,8 +13,6 @@
# Completion for vimscript
- repo: vim-scripts/vimomni
mode: opt
# Asynchronous Lint Engine
- repo: w0rp/ale
# Version control differences in the sign column
- repo: mhinz/vim-signify
# Conflict marker utilities

8
vimrc
View File

@ -70,14 +70,6 @@ if has("win32")
endif
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
let g:signify_sign_change = '~'