]> git.rmz.io Git - dotfiles.git/commitdiff
vim: use youcompleteme again
authorSamir Benmendil <me@rmz.io>
Sun, 1 Mar 2020 22:56:44 +0000 (22:56 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 2 Mar 2020 00:58:42 +0000 (00:58 +0000)
vim/vimrc

index 3f78e5215b0fe4a95b0a16ed30f2075b1caffaae..0bbb3c12a4c39e22fcdf3d5aadcd824da9dcb776 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -50,7 +50,7 @@ Plug 'tpope/vim-speeddating'
 Plug 'tpope/vim-surround'  "investigate vim-sandwich
 Plug 'tpope/vim-unimpaired'
 Plug 'tweekmonster/spellrotate.vim'
-" Plug 'valloric/youcompleteme', { 'do': './install.py --clang-completer' }
+Plug 'valloric/youcompleteme', { 'do': './install.py --clangd-completer --clang-completer' }
 Plug 'vim-scripts/mediawiki.vim'
 Plug 'vim-scripts/replacewithregister'
 Plug 'vim-scripts/yankring.vim'
@@ -79,12 +79,6 @@ let g:ale_cpp_parse_compile_commands = 1
 let g:ale_cpp_gcc_options = ''
 let g:ale_cpp_clang_options = ''
 
-Plug 'shougo/deoplete.nvim' " {{{2
-Plug 'roxma/nvim-yarp'
-Plug 'roxma/vim-hug-neovim-rpc'
-let g:deoplete#enable_at_startup = 1
-"}}}2
-
 Plug 'git@github.com:/ram-z/vim-orgmode', { 'branch': 'dev' } " {{{2
 Plug 'vim-scripts/syntaxrange'
 
@@ -92,11 +86,6 @@ let g:org_agenda_files = ['~/org/*.org']
 
 call plug#end()
 
-call deoplete#custom#option('sources', {
-      \ '_': ['ale'],
-      \})
-call deoplete#custom#source('ale', 'matchers', ['matchers_full_fuzzy'])
-
 filetype plugin indent on
 
 " colorscheme {{{1