[vim] sorts stuff, clean up

This commit is contained in:
Josh Sherman 2016-11-19 10:32:43 -06:00
parent 4c5e37e9e4
commit 393a09bc5c

View file

@ -2,7 +2,7 @@ filetype detect
filetype plugin on
filetype indent on
" All those configuration variables
"set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)
set autoindent
set autoread
set background=dark
@ -30,7 +30,7 @@ set novisualbell
set number
set pastetoggle=<F2>
set relativenumber
set rtp+=~/.dotfiles/vendor/VundleVim/Vundle.vim
set rtp+=$HOME/.dotfiles/vendor/VundleVim/Vundle.vim
set shiftwidth=4
set showmatch
set showmode
@ -40,7 +40,6 @@ set softtabstop=4
set t_Co=256
set tabstop=4
set title
"set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)
set tm=500
set ttyfast
set undolevels=1000
@ -75,40 +74,35 @@ set directory=~/.vim/swap//,/tmp
set undodir=~/.vim/undo//,/tmp
set undofile
call vundle#rc()
call vundle#begin()
Plugin 'gmarik/vundle'
Plugin 'bling/vim-bufferline'
" sort i /\/\zs.\+\ze'/ r
Plugin 'vim-scripts/AfterColors.vim'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'dietsche/vim-lastplace'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'jimmyhchan/dustjs.vim'
Plugin 'nanotech/jellybeans.vim'
Plugin 'vim-scripts/matchit.zip'
Plugin 'joshtronic/php.vim'
Plugin 'shawncplus/phpcomplete.vim'
Plugin 'cakebaker/scss-syntax.vim'
Plugin 'ervandew/supertab'
Plugin 'scrooloose/syntastic'
Plugin 'tomtom/tlib_vim'
Plugin 'vim-scripts/matchit.zip'
"Plugin 'SirVer/ultisnips'
"Plugin 'Valloric/YouCompleteMe'
" Colors
Plugin 'nanotech/jellybeans.vim'
Plugin 'vim-scripts/AfterColors.vim'
" Completion
Plugin 'ervandew/supertab'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'bling/vim-bufferline'
Plugin 'hail2u/vim-css3-syntax'
Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'pangloss/vim-javascript.git'
Plugin 'dietsche/vim-lastplace'
Plugin 'groenewege/vim-less'
Plugin 'mustache/vim-mustache-handlebars'
Plugin 'garbas/vim-snipmate'
Plugin 'honza/vim-snippets'
Plugin 'shawncplus/phpcomplete.vim'
" Syntax
Plugin 'cakebaker/scss-syntax.vim'
Plugin 'groenewege/vim-less'
Plugin 'hail2u/vim-css3-syntax'
Plugin 'jimmyhchan/dustjs.vim'
Plugin 'joshtronic/php.vim'
Plugin 'mustache/vim-mustache-handlebars'
Plugin 'pangloss/vim-javascript.git'
Plugin 'tmux-plugins/vim-tmux'
"Plugin 'Valloric/YouCompleteMe'
call vundle#end()