Skip to content

Instantly share code, notes, and snippets.

@AdnoC
Created April 26, 2016 16:39
Show Gist options
  • Save AdnoC/aaf08e5346301bad20a0b788c3918a6b to your computer and use it in GitHub Desktop.
Save AdnoC/aaf08e5346301bad20a0b788c3918a6b to your computer and use it in GitHub Desktop.
Minimum Snippet vimrc
call plug#begin('/Users/adno/.config/nvim/bundle')¬
Plug 'Shougo/neosnippet.vim'¬
Plug 'honza/vim-snippets'¬
call plug#end()¬
¬
imap <C-j> <Plug>(neosnippet_expand_or_jump)¬
" smap <C-j> <Plug>(neosnippet_expand_or_jump)¬
xmap <C-j> <Plug>(neosnippet_expand_target)¬
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment