Decided to allow ycm by default
This commit is contained in:
parent
d553cfd3a8
commit
ed351eb94c
@ -64,7 +64,8 @@ function! ToggleYCM()
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
nnoremap <C-p> :call ToggleYCM()<CR>
|
nnoremap <C-p> :call ToggleYCM()<CR>
|
||||||
let g:ycm_auto_trigger=0
|
" STARTS DEACTIVATED
|
||||||
|
" let g:ycm_auto_trigger=0
|
||||||
|
|
||||||
" --- ALE ---
|
" --- ALE ---
|
||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
|
Loading…
Reference in New Issue
Block a user