Added other vim plugins I commonly use.
This commit is contained in:
parent
d224a75edb
commit
9038db2cad
8
setup.sh
8
setup.sh
@ -14,8 +14,12 @@ cat .bashrc >> ~/.bashrc
|
||||
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
|
||||
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
|
||||
cd ~/.vim/bundle
|
||||
git clone https://github.com/ctrlpvim/ctrlp.vim
|
||||
git clone https://github.com/leafgarland/typescript-vim.git
|
||||
git clone https://github.com/ctrlpvim/ctrlp.vim.git
|
||||
#git clone https://github.com/leafgarland/typescript-vim.git
|
||||
git clone https://github.com/zah/nim.vim.git
|
||||
git clone https://github.com/tpope/vim-fugitive.git
|
||||
git clone https://github.com/isRuslan/vim-es6.git
|
||||
git clone https://github.com/airblade/vim-gitgutter.git
|
||||
ln -s /usr/share/lilypond/2.18.2/vim lilypond.vim
|
||||
|
||||
# Setup ST
|
||||
|
Loading…
x
Reference in New Issue
Block a user