Преглед изворни кода

vimrc: add go folding rules

raylu пре 9 година
родитељ
комит
0078c896cb
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      vimrc

+ 1 - 0
vimrc

@@ -75,6 +75,7 @@ au BufNewFile,BufRead *.ccss set ft=clevercss
 autocmd FileType c,cpp,perl,php,java,glsl set cindent foldmethod=syntax
 autocmd FileType python set autoindent foldmethod=indent
 autocmd FileType sh set autoindent foldmethod=syntax
+autocmd FileType go set foldmethod=syntax foldlevel=0 foldnestmax=1
 autocmd FileType javascript,less,html set foldnestmax=3 formatoptions-=o
 autocmd FileType javascript,less set foldmethod=indent
 autocmd FileType tex,latex set wrap showbreak=+ spell makeprg=pdflatex\ -interaction=nonstopmode\ %