summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/header_python4
-rw-r--r--vim/vimrc2
2 files changed, 6 insertions, 0 deletions
diff --git a/vim/header_python b/vim/header_python
index 7481e59..d004526 100644
--- a/vim/header_python
+++ b/vim/header_python
@@ -10,3 +10,7 @@
# Author: Stefan Ritter <xeno@thehappy.de>
# Description:
+
+
+
+# vim: set sw=4 tw=0 ts=4 expandtab:
diff --git a/vim/vimrc b/vim/vimrc
index 5ece059..8642f3c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -8,9 +8,11 @@ set number " enable linenumbers
set noerrorbells " bell sucks
set autoindent
set tabstop=4
+set shiftwidth=4
set shiftround
set modeline " enable modelines
set nobackup " get rid of backupfiles
+set foldenable
"set listchars=tab:»·
"set list " enable tab chars