summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-05-24 20:24:10 -0400
committerJune McEnroe <june@causal.agency>2013-05-24 20:24:10 -0400
commitb5122b2ebd53fbc958c5bcaed151f9e2f7b95f31 (patch)
tree4d241e4907418895856fd07547ddac2db1f88d6e
parentRemove vim-clojure-static (diff)
downloadsrc-b5122b2ebd53fbc958c5bcaed151f9e2f7b95f31.tar.gz
src-b5122b2ebd53fbc958c5bcaed151f9e2f7b95f31.zip
Indent compojure correctly
Diffstat (limited to '')
-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
0'>2013-04-27git: update to 1.8.2.2John Keeping 2013-04-17scan-tree: fix regression in section-from-path=-1John Keeping 2013-04-15t0001: ignore ".dirty" suffix on Git versionJohn Keeping 2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping 2013-04-15t0109: test more URLsJohn Keeping 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer