]> git.zndr.dk Git - dotfiles.git/commitdiff
Add completor.vim
authorJannik ZANDER <jannikz@gmail.com>
Wed, 18 Jul 2018 23:24:31 +0000 (01:24 +0200)
committerJannik ZANDER <jannikz@gmail.com>
Wed, 18 Jul 2018 23:24:31 +0000 (01:24 +0200)
.gitmodules
.vim/pack/github/opt/completor.vim [new submodule]
.vim/vimrc

index bda4f3b8284afeaec4a6ee33eb1ea6fcf293f689..6d55c663a01caab48224ecddcfbb512e8f37a28a 100644 (file)
@@ -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 (submodule)
index 0000000..d404cea
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit d404ceaa8c9ca6e60f8729d9d6ff94c3ceeb43f2
index eae10dc98be35d5bd02a7a5af0545e5fd73e7949..9c958d3a5603a2a2e59d5a0b960942c8b43a8e52 100644 (file)
@@ -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 <c-h>                <c-w><c-h>
 noremap <c-j>                <c-w><c-j>