Skip to content

Commit a23c353

Browse files
committed
remove deoplete
1 parent c498088 commit a23c353

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tools/neovim/ubuntu_init.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,3 @@ if [ "Y$OPT_DICT" == "Yyes" ];then
304304
nmap <leader>w :call QuerySel() <CR>
305305
END
306306
fi
307-
308-
! ( grep -F "deoplete#custom#source('ultisnips', 'rank', 1000)" ~/.config/nvim/init.vim ) && \
309-
cat >> ~/.config/nvim/init.vim <<END
310-
call deoplete#custom#source('ultisnips', 'rank', 1000)
311-
call deoplete#custom#option('sources', {
312-
\ 'sh': []})
313-
END

0 commit comments

Comments
 (0)