summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-11 17:56:56 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-11 17:56:56 +0200
commit17c9fb56433064f0535e2727d2cf4a3f4faeb7d8 (patch)
treee27ad4b0a07e2d99c5b255c7cfb3859758bde6c0 /.vimrc
parent0d0ce889afe24c23619f3a1347d6ac49d5b910e8 (diff)
downloaddotfiles-17c9fb56433064f0535e2727d2cf4a3f4faeb7d8.tar.gz
dotfiles-17c9fb56433064f0535e2727d2cf4a3f4faeb7d8.tar.xz
new vim settings
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 4e0f8f8..7d43dbb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -24,6 +24,9 @@ set smartcase " upper-case sensitive search
set laststatus=2
"set mouse-=a " disable the mouse
set nopaste
+set foldmethod=marker
+
+filetype plugin on
set runtimepath+=/usr/share/vim