Просмотр исходного кода

get rid of vim views and PIV's php folding

Weiyi Lou 12 лет назад
Родитель
Сommit
73ab82ec5f
2 измененных файлов с 8 добавлено и 3 удалено
  1. 5 3
      vim/vimrc.bundles.local
  2. 3 0
      vim/vimrc.local

+ 5 - 3
vim/vimrc.bundles.local

@@ -70,9 +70,11 @@
   "Bundle 'myusuf3/numbers.vim'
 
   Bundle 'nathanaelkane/vim-indent-guides'
-  if !exists('g:spf13_no_views')
-    Bundle 'vim-scripts/restore_view.vim'
-  endif
+
+  " Removed: Views are annoying
+  "if !exists('g:spf13_no_views')
+    "Bundle 'vim-scripts/restore_view.vim'
+  "endif
 
   " Removed: Great, but is slow when you work through tunnels, which I do a LOT.
   "Bundle 'airblade/vim-gitgutter'

+ 3 - 0
vim/vimrc.local

@@ -191,6 +191,9 @@ let g:vim_markdown_folding_disabled = 1
 """"""""" Sparkup
 let g:sparkupNextMapping = '<leader>n' " resolve conflict with vim-multiple-cursors
 
+""""""""" PIV
+let g:DisableAutoPHPFolding = 1
+
 """"""""
 "" Functions
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""