diff options
author | Florian Pritz <f-p@gmx.at> | 2009-07-11 17:56:56 +0200 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-07-11 17:56:56 +0200 |
commit | 17c9fb56433064f0535e2727d2cf4a3f4faeb7d8 (patch) | |
tree | e27ad4b0a07e2d99c5b255c7cfb3859758bde6c0 | |
parent | 0d0ce889afe24c23619f3a1347d6ac49d5b910e8 (diff) | |
download | dotfiles-17c9fb56433064f0535e2727d2cf4a3f4faeb7d8.tar.gz dotfiles-17c9fb56433064f0535e2727d2cf4a3f4faeb7d8.tar.xz |
new vim settings
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |