summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-01-18 18:12:54 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-01-18 18:12:54 +0000
commit7c51aa5d691415c48aa6ea74a204112bcda91040 (patch)
tree48f0155c8a658553def4dc770e85e24734dd4e10
parentBetter loclist jumping keys (diff)
downloadutil-7c51aa5d691415c48aa6ea74a204112bcda91040.tar.bz2
util-7c51aa5d691415c48aa6ea74a204112bcda91040.tar.xz
util-7c51aa5d691415c48aa6ea74a204112bcda91040.zip
Groovy fold settings
-rw-r--r--gvimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gvimrc b/gvimrc
index 82f306e..3682778 100644
--- a/gvimrc
+++ b/gvimrc
@@ -50,6 +50,7 @@ au FileType ebuild map <S-F8> :w<CR>:!ebuild % manifest clean compile<CR>
au FileType ebuild map <S-F9> :w<CR>:!ebuild % manifest clean compile install<CR>
au FileType ebuild map <S-F9> :w<CR>:!ebuild % manifest clean compile test<CR>
au FileType ebuild map <C-S-F10> :w<CR>:!sudo ebuild % merge<CR>
+au FileType groovy setlocal foldmethod=marker foldmarker={,}
au FileType gitcommit setlocal spell
map <F7> :lfir<CR>zz<CR>k
map <S-F7> :lnext<CR>zz<CR>k