Skip to content

Commit

Permalink
trimming plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ninrod committed Feb 20, 2016
1 parent aeb2ce1 commit bbbe11d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
26 changes: 16 additions & 10 deletions dot/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -119,25 +119,27 @@ call plug#begin('~/.vim/plugged')
" plugins: expand core functionality {{{

Plug 'bkad/CamelCaseMotion', {'commit': '3ae9bf9'}
Plug 'bronson/vim-visual-star-search', {'commit': 'fa55818'}
Plug 'jeffkreeftmeijer/vim-numbertoggle', {'commit': 'c4d0aac'}
Plug 'mileszs/ack.vim', {'tag': '1.0.9'}
Plug 'sencer/vis', {'commit': '7d2bafb'}
Plug 'tpope/vim-commentary', {'commit': 'e0f4850'}
Plug 'tpope/vim-repeat', {'commit': '7a6675f'}
Plug 'tpope/vim-rsi', {'commit': 'b689ee4'}
Plug 'tpope/vim-surround', {'commit': '2d05440'}
Plug 'wellle/targets.vim', {'commit': 'd111928'}

" Plug 'sencer/vis', {'commit': '7d2bafb'}
" Plug 'bronson/vim-visual-star-search', {'commit': 'fa55818'}

" }}}

" plugins: completions {{{

Plug 'SirVer/ultisnips',{'commit': '25882e9'} | Plug 'honza/vim-snippets', {'commit': '122134f'}
Plug 'alvan/vim-closetag', {'commit': '21a747e'}
Plug 'ervandew/supertab', {'commit': '9f7da6d'}
Plug 'jiangmiao/auto-pairs', {'tag': 'v1.3.1'}
Plug 'tpope/vim-endwise', {'commit': 'f06abe3'}

" Plug 'tpope/vim-endwise', {'commit': 'f06abe3'}
" Plug 'SirVer/ultisnips',{'commit': '25882e9'} | Plug 'honza/vim-snippets', {'commit': '122134f'}

" }}}

Expand All @@ -155,21 +157,23 @@ Plug 'nhooyr/neoman.vim', {'commit': '0fbdecd'}
Plug 'regedarek/ZoomWin', {'commit': 'da618cb'}
Plug 'suan/vim-instant-markdown', {'commit': '915c681'}
Plug 'tommcdo/vim-exchange', {'commit': '9373a84'}
Plug 'tpope/vim-characterize', {'commit': '871364d'}
Plug 'tpope/vim-sleuth', {'commit': 'a174627'}
Plug 'tpope/vim-unimpaired', {'commit': '23f471a'}

" Plug 'tpope/vim-characterize', {'commit': '871364d'}
" Plug 'tpope/vim-sleuth', {'commit': 'a174627'}

" }}}

" plugins: cosmetic {{{

Plug 'altercation/vim-colors-solarized', {'commit': '528a59f'}
Plug 'NLKNguyen/papercolor-theme', {'commit': 'd3c8c8f'}
Plug 'vim-airline/vim-airline', {'commit': '8af213d'} | Plug 'vim-airline/vim-airline-themes', {'commit': 'cf5b990'}
Plug 'sjl/vitality.vim', {'commit': '4bb8c07'}
Plug 'Yggdroot/indentLine', {'commit': '9cb94e1'}
Plug 'kshenoy/vim-signature', {'commit': '7cabfb5'}
Plug 'luochen1990/rainbow', {'commit': '18b7bc1'}

" Plug 'luochen1990/rainbow', {'commit': '18b7bc1'}
" Plug 'Yggdroot/indentLine', {'commit': '9cb94e1'}
" Plug 'NLKNguyen/papercolor-theme', {'commit': 'd3c8c8f'}
" Plug 'vim-airline/vim-airline', {'commit': '8af213d'} | Plug 'vim-airline/vim-airline-themes', {'commit': 'cf5b990'}

" }}}

Expand Down Expand Up @@ -509,6 +513,8 @@ autocmd BufReadPre,FileReadPre *.md,*.jsp MatchDebug
" quick fix for <CR> in command-line-window
autocmd CmdwinEnter * nunmap <CR>

hi StatusLine ctermbg=10 ctermfg=8

" trailing whitespace hack
" highlight ExtraWhitespace ctermfg=black guifg=black ctermbg=218 guibg=218
" match ExtraWhitespace /\s\+$/
Expand Down
3 changes: 1 addition & 2 deletions dot/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,8 @@ function = {

# }}}

# prompt {{{
# minimal prompt {{{

autoload -U colors && colors
PROMPT='%F{blue}%K{black}%1~%f%k %F{magenta}#%f '

# }}}

0 comments on commit bbbe11d

Please sign in to comment.