diff options
author | June McEnroe <programble@gmail.com> | 2013-05-24 20:24:10 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-05-24 20:24:10 -0400 |
commit | 29efa9194055a8851fa68870d2406db3d9af5820 (patch) | |
tree | 4d241e4907418895856fd07547ddac2db1f88d6e | |
parent | Remove vim-clojure-static (diff) | |
download | src-29efa9194055a8851fa68870d2406db3d9af5820.tar.gz src-29efa9194055a8851fa68870d2406db3d9af5820.zip |
Indent compojure correctly
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 3 |
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 |