From 6b59d74eba9112e02cced9e029da127687b446d0 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 25 Apr 2023 11:50:46 +0100 Subject: Removes easycomplete and reverts to vim completion --- vim/vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index e587a9d..d7e3050 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -60,7 +60,7 @@ Plug 'tpope/vim-fugitive' Plug 'tpope/vim-dispatch' Plug 'tpope/vim-commentary' "Plug 'ycm-core/YouCompleteMe' -Plug 'jayli/vim-easycomplete' +"Plug 'jayli/vim-easycomplete' Plug 'rose-pine/vim' Plug 'SirVer/UltiSnips' Plug 'honza/vim-snippets' @@ -69,7 +69,7 @@ Plug 'davidhalter/jedi-vim' call plug#end() " easycomplete -let g:easycomplete_tab_trigger="" +"let g:easycomplete_tab_trigger="" " jedi-vim let g:jedi#goto_command = "d" @@ -203,6 +203,8 @@ autocmd BufLeave * call s:copy_filename_as_mdlink() let g:UltiSnipsExpandTrigger="" let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsJumpBackwardTrigger="" +set completefunc=UltiSnips#Complete + " vim-test " use vim-dispatch to run tests in the quickfix window -- cgit v1.2.3