summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-05-24 20:24:10 -0400
committerJune McEnroe <programble@gmail.com>2013-05-24 20:24:10 -0400
commit29efa9194055a8851fa68870d2406db3d9af5820 (patch)
tree4d241e4907418895856fd07547ddac2db1f88d6e /.vimrc
parentRemove vim-clojure-static (diff)
downloadsrc-29efa9194055a8851fa68870d2406db3d9af5820.tar.gz
src-29efa9194055a8851fa68870d2406db3d9af5820.zip
Indent compojure correctly
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index f0ea487f..b0983a87 100644
--- a/.vimrc
+++ b/.vimrc
@@ -78,6 +78,9 @@ autocmd FileType markdown setlocal tw=72
 " g0  Align "public:" and friends to class
 set cinoptions=:0,l1,g0
 
+" Indent Compojure correctly
+autocmd FileType clojure set lispwords+=GET,POST,PUT,DELETE
+
 " Better tab-complete when opening
 set wildmenu
 set wildmode=list:longest