Fix some formatting

This commit is contained in:
Michael Campagnaro 2017-02-28 20:37:33 -05:00
parent 5455574aad
commit 6fbf30b9af

8
vimrc
View File

@ -541,10 +541,10 @@ let g:gist_post_private = 1
" VIM-CLOJURE-STATIC " VIM-CLOJURE-STATIC
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Default " Default
let g:clojure_fuzzy_indent = 1 let g:clojure_fuzzy_indent = 1
let g:clojure_align_multiline_strings = 1 let g:clojure_align_multiline_strings = 1
let g:clojure_fuzzy_indent_patterns = ['^match', '^with', '^def', '^let'] let g:clojure_fuzzy_indent_patterns = ['^match', '^with', '^def', '^let']
let g:clojure_fuzzy_indent_blacklist = ['-fn$', '\v^with-%(meta|out-str|loading-context)$'] let g:clojure_fuzzy_indent_blacklist = ['-fn$', '\v^with-%(meta|out-str|loading-context)$']
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" FILESEARCH " FILESEARCH