From: Jannik ZANDER Date: Wed, 18 Jul 2018 23:24:31 +0000 (+0200) Subject: Add completor.vim X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=e727a65d33318dfa573994211b4a7bd4752d128a;p=dotfiles.git Add completor.vim --- diff --git a/.gitmodules b/.gitmodules index bda4f3b..6d55c66 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule ".vim/pack/github/opt/supertab"] path = .vim/pack/github/opt/supertab url = https://github.com/ervandew/supertab.git +[submodule ".vim/pack/github/opt/completor.vim"] + path = .vim/pack/github/opt/completor.vim + url = https://github.com/maralla/completor.vim.git diff --git a/.vim/pack/github/opt/completor.vim b/.vim/pack/github/opt/completor.vim new file mode 160000 index 0000000..d404cea --- /dev/null +++ b/.vim/pack/github/opt/completor.vim @@ -0,0 +1 @@ +Subproject commit d404ceaa8c9ca6e60f8729d9d6ff94c3ceeb43f2 diff --git a/.vim/vimrc b/.vim/vimrc index eae10dc..9c958d3 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -229,6 +229,10 @@ packadd supertab "let g:polyglot_disabled = ['python'] "let python_highlight_all = 1 +" completor +packadd completor.vim +let g:completor_clang_binary = '/usr/bin/clang' + " General Mappings noremap noremap