.vimrc

branch
mhoward-lt
changeset 84
04dfcc1f5eb6
parent 83
29dc36168071
child 85
80df41e698be
--- a/.vimrc
+++ b/.vimrc
@@ -62,6 +62,8 @@ end
   Plugin 'majutsushi/tagbar'
   Plugin 'godlygeek/tabular'
   Plugin 'tomtom/tcomment_vim'
+  Plugin 'tpope/vim-unimpaired'
+  Plugin 'tpope/vim-endwise'
 
   Plugin 'danchoi/ri.vim'
   Plugin 'tpope/vim-fugitive'
@@ -132,6 +134,9 @@ set expandtab
 set shiftwidth=2
 set softtabstop=2
 
+" apparently you have to go out of your way to make this stick
+autocmd BufNewFile,BufRead * setlocal formatoptions-=ro
+
 set backspace=indent,eol,start
 
 "set nu
@@ -271,9 +276,9 @@ let g:tagbar_type_perl = {
 
 
 " > Unite
-call unite#filters#matcher_default#use(['matcher_fuzzy'])
+" call unite#filters#matcher_default#use(['matcher_fuzzy'])
 call unite#filters#sorter_default#use(['sorter_rank'])
-let g:unite_source_history_yank_enable = 1
+" let g:unite_source_history_yank_enable = 1
 
 if executable('ag')
   let g:unite_source_grep_command = 'ag'

mercurial