Skip to content

Commit

Permalink
add vim-elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjensen committed May 15, 2015
1 parent c657f93 commit a6a552c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,8 @@ NeoBundle 'nicholaides/words-to-avoid.vim'
NeoBundle 'AndrewRadev/splitjoin.vim'

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" vim-yankstack
"
" lightweight implementation of the Emacs 'kill ring' for Vim. It allows you
" to yank and delete things without worrying about losing the text that you
" yanked previously.
Expand All @@ -613,6 +615,13 @@ let g:yankstack_map_keys = 0
nmap <m-p> <Plug>yankstack_substitute_older_paste
nmap <m-n> <Plug>yankstack_substitute_newer_paste
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" vim-elixir
"
" Elixir runtime
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
NeoBundle 'elixir-lang/vim-elixir'

call neobundle#end()

:runtime macros/matchit.vim
Expand Down

0 comments on commit a6a552c

Please sign in to comment.