Skip to content

Commit

Permalink
Cleanup for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed May 30, 2017
1 parent 1920bf2 commit 35e2fb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
*.swp
bundle/*
tags
tags.lock
tags.temp
init.vim
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ install:
mkdir -p ~/.vim/bundle
ln -sf ~/.vim/vimrc ~/.vimrc
ln -sf ~/.vim/vimrc ~/.vim/init.vim
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

vim -c 'PlugInstall' -c 'qa!'
nvim -c 'PlugInstall' -c 'qa!'
15 changes: 4 additions & 11 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,21 @@ call plug#begin('~/.local/share/nvim/plugged')
Plug 'tpope/vim-fugitive'
Plug 'scrooloose/nerdtree'
Plug 'mileszs/ack.vim'
Plug 'FuzzyFinder'
Plug 'taglist.vim'
Plug 'Gist.vim'
Plug 'L9'
Plug 'VimClojure'
Plug 'keith/Gist.vim'
Plug 'vim-scripts/L9'
Plug 'tpope/vim-surround'
Plug 'scrooloose/nerdcommenter'
Plug 'duskhacker/sweet-rspec-vim'
Plug 'tpope/vim-markdown'
Plug 'tpope/vim-haml'
Plug 'tpope/vim-rails'
Plug 'confluencewiki.vim'
Plug 'majutsushi/tagbar'
Plug 'vim-orgmode'
Plug 'vim-ruby/vim-ruby'
Plug 'matchit.zip'
Plug 'CSApprox'
Plug 'vim-scripts/matchit.zip'
Plug 'timcharper/textile.vim'
Plug 'jimenezrick/vimerl'
Plug 'altercation/vim-colors-solarized'
"Plug 'w0rp/ale'
Plug 'JSON.vim'
Plug 'elzr/vim-json'
Plug 'elixir-lang/vim-elixir'
Plug 'junegunn/rainbow_parentheses.vim'
Plug 'bling/vim-airline'
Expand Down

0 comments on commit 35e2fb0

Please sign in to comment.