Created
June 14, 2018 18:41
-
-
Save sebastien/2a6c5049f848ab6d1b9d3c2910108c7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Test completion on NeoVim. Completion should automatically pop-up on | |
" insertion. | |
silent! packadd minpac | |
if !exists('*minpac#init') | |
!mkdir $(dirname $MYVIMRC)/pack/minpac/opt ; true | |
!git clone https://github.com/k-takata/minpac.git $(dirname $MYVIMRC)/pack/minpac/opt/minpac | |
silent! packadd minpac | |
endif | |
call minpac#init() | |
call minpac#add('k-takata/minpac', {'type': 'opt'}) | |
call minpac#add('maralla/completor.vim') | |
packloadall | |
" EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment