diff --git a/after/ftdetect/python.vim b/after/ftdetect/python.vim index 714f1ad..5d5319d 100644 --- a/after/ftdetect/python.vim +++ b/after/ftdetect/python.vim @@ -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() diff --git a/colors/fresh.vim b/colors/fresh.vim index 05f436a..cb5a227 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -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', '') diff --git a/tasks.yaml b/tasks.yaml index 859e2d7..9b60cee 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -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 diff --git a/vimrc b/vimrc index 70090f6..01a0939 100644 --- a/vimrc +++ b/vimrc @@ -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 = '~'