Procházet zdrojové kódy

Set default folding options

wreed4 před 9 roky
rodič
revize
8f98d7fea9
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8 0
      vimrc

+ 8 - 0
vimrc

@@ -444,8 +444,16 @@ set breakindentopt=min:20
 let g:html_ignore_conceal=1
 let g:html_dynamic_folds=1
 
+" folding options
+set foldlevelstart=99
+set foldmethod=syntax
+augroup folding_settings
+  autocmd FileType python set foldmethod=indent
+augroup END
+
 " }}}
 
+
 "{{{ ***** VISUALS ***** "
 set number
 set norelativenumber