diff --git a/bootstrap.sh b/bootstrap.sh index 01a49a4..862ce70 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -11,7 +11,7 @@ git clone https://github.com/lyxell/pride.vim vim-pride git clone https://github.com/andsens/homeshick git clone https://github.com/bling/vim-airline git clone https://github.com/Shougo/neocomplete.vim vim-neocomplete -git clone https://github.com/Shougo/neosnippet.vim vim-neosnippet +git clone https://github.com/SirVer/ultisnips vim-ultisnips git clone https://github.com/honza/vim-snippets git clone https://github.com/scrooloose/syntastic vim-syntastic git clone https://github.com/powerline/fonts vim-powerline-fonts diff --git a/home/.vim/bundle/neosnippet b/home/.vim/bundle/neosnippet deleted file mode 120000 index ffaf556..0000000 --- a/home/.vim/bundle/neosnippet +++ /dev/null @@ -1 +0,0 @@ -../../../../vim-neosnippet/ \ No newline at end of file diff --git a/home/.vim/bundle/ultisnips b/home/.vim/bundle/ultisnips new file mode 120000 index 0000000..b2b0acd --- /dev/null +++ b/home/.vim/bundle/ultisnips @@ -0,0 +1 @@ +../../../../vim-ultisnips/ \ No newline at end of file