From da46755bab16a487c90f00660a75de7a37c789f8 Mon Sep 17 00:00:00 2001 From: Chris Morris Date: Fri, 12 Apr 2019 13:28:30 -0400 Subject: [PATCH] remove default folding [master] --- vimrcs/filetypes.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrcs/filetypes.vim b/vimrcs/filetypes.vim index 9ce67913..84141be8 100644 --- a/vimrcs/filetypes.vim +++ b/vimrcs/filetypes.vim @@ -7,7 +7,7 @@ au FileType python syn keyword pythonDecorator True None False self au BufNewFile,BufRead *.jinja set syntax=htmljinja au BufNewFile,BufRead *.mako set ft=mako -au FileType python map F :set foldmethod=indent +" au FileType python map F :set foldmethod=indent au FileType python inoremap $r return au FileType python inoremap $i import @@ -25,7 +25,7 @@ au FileType python set indentkeys-=0# """""""""""""""""""""""""""""" " => JavaScript section """"""""""""""""""""""""""""""" -au FileType javascript call JavaScriptFold() +" au FileType javascript call JavaScriptFold() au FileType javascript setl fen au FileType javascript setl nocindent