From 8462c7e89a999aa04908a8d592149c485605f220 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 24 Feb 2015 14:51:40 +0000 Subject: [PATCH] vim: at least show content of classes in python files --- vim/ftplugin/python.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/ftplugin/python.vim 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 -- 2.48.1