vim plugins I use
Plugin 'gmarik/Vundle.vim' | |
Bundle 'L9' | |
Plugin 'tpope/vim-dispatch' | |
Plugin 'tpope/vim-commentary' | |
Plugin 'tpope/vim-bundler' | |
Plugin 'tpope/vim-rails' | |
Plugin 'vim-ruby/vim-ruby' | |
Plugin 'tpope/vim-vinegar' | |
Plugin 'tpope/vim-fugitive' | |
Bundle 'pangloss/vim-javascript' | |
Bundle 'cakebaker/scss-syntax.vim' | |
Plugin 'kchmck/vim-coffee-script' | |
Plugin 'tpope/vim-endwise' | |
Plugin 'vim-scripts/surround.vim.git' | |
Plugin 'vim-scripts/closetag.vim.git' | |
Plugin 'Townk/vim-autoclose.git' | |
Plugin 'kana/vim-textobj-user' | |
Plugin 'rhysd/vim-textobj-ruby' " requires vim-textobj-user plugin | |
Plugin 'thoughtbot/vim-rspec' | |
Plugin 'kien/ctrlp.vim.git' | |
Plugin 'tacahiroy/ctrlp-funky' | |
Plugin 'ekalinin/Dockerfile.vim' | |
Plugin 'mileszs/ack.vim.git' | |
Plugin 'ton/vim-bufsurf.git' | |
Bundle 'FuzzyFinder' | |
Plugin 'c9s/bufexplorer.git' | |
Plugin 'scrooloose/nerdtree.git' | |
" Plugin 'jistr/vim-nerdtree-tabs' | |
Plugin 'vim-scripts/mru.vim.git' | |
Plugin 'vim-scripts/The-NERD-Commenter.git' | |
Plugin 'vim-airline/vim-airline' | |
Plugin 'vim-airline/vim-airline-themes' | |
Plugin 'plasticboy/vim-markdown' | |
Plugin 'elzr/vim-json.git' | |
Plugin 'jwhitley/vim-matchit.git' | |
Plugin 'tpope/vim-haml' | |
Plugin 'timcharper/textile.vim' | |
Plugin 'nathanaelkane/vim-indent-guides' | |
Plugin 'FooSoft/vim-argwrap' | |
" vim-snipmate ve vim-snippet icin gerekenler | |
Bundle "MarcWeber/vim-addon-mw-utils" | |
Bundle "tomtom/tlib_vim" | |
Bundle "garbas/vim-snipmate" | |
Bundle "honza/vim-snippets" | |
Bundle 'slim-template/vim-slim.git' | |
" Color schemes | |
Plugin 'NLKNguyen/papercolor-theme' | |
Plugin 'jpo/vim-railscasts-theme' | |
Plugin 'altercation/vim-colors-solarized.git' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment