Decided to allow ycm by default

This commit is contained in:
Wryn Wagner 2019-12-02 10:20:21 -07:00
parent d553cfd3a8
commit ed351eb94c

View File

@ -64,7 +64,8 @@ function! ToggleYCM()
endif
endfunction
nnoremap <C-p> :call ToggleYCM()<CR>
let g:ycm_auto_trigger=0
" STARTS DEACTIVATED
" let g:ycm_auto_trigger=0
" --- ALE ---
let g:ale_linters = {