summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-03 18:57:36 -0500
committerdoy <doy@tozt.net>2009-01-03 18:57:36 -0500
commite88fb2fb48e30ce66140294c40e5272e6a779cf5 (patch)
tree75f627f55cdd2fe633db95c2a5a7102778fb77da /vimrc
parent9336f8c7faf593f785d44e52f376fafbcaba9fe4 (diff)
downloadconf-e88fb2fb48e30ce66140294c40e5272e6a779cf5.tar.gz
conf-e88fb2fb48e30ce66140294c40e5272e6a779cf5.zip
folding doesn't need its own subsection
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/vimrc b/vimrc
index 07102bc..1b76169 100644
--- a/vimrc
+++ b/vimrc
@@ -86,6 +86,9 @@ set completeopt=menuone
" hide the mouse in the gui while typing
set mousehide
+" fold only when I ask for it damnit!
+set foldmethod=marker
+
" Language specific features {{{
" Bash {{{
" I use bash
@@ -195,10 +198,6 @@ set cinoptions+=b1,:0,l1,g0,(0,W1
" reindent whenever 'break;' is typed
set cinkeys+==break;
" }}}
-" Folding {{{
-" fold only when I ask for it damnit!
-set foldmethod=marker
-" }}}
" }}}
" Colors {{{
" default colorscheme {{{