From: Samir Benmendil Date: Tue, 24 Feb 2015 14:51:40 +0000 (+0000) Subject: vim: at least show content of classes in python files X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8462c7e89a999aa04908a8d592149c485605f220?ds=inline vim: at least show content of classes in python files --- diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim new file mode 100644 index 0000000..0a46519 --- /dev/null +++ b/vim/ftplugin/python.vim @@ -0,0 +1 @@ +setlocal foldlevelstart=1 " at least show content of classes