Skip to content

Instantly share code, notes, and snippets.

@sebastien
Created June 14, 2018 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastien/2a6c5049f848ab6d1b9d3c2910108c7d to your computer and use it in GitHub Desktop.
Save sebastien/2a6c5049f848ab6d1b9d3c2910108c7d to your computer and use it in GitHub Desktop.
" 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