Update .vimrc
This commit is contained in:
parent
18448ffac1
commit
1b955d8a7a
1 changed files with 3 additions and 3 deletions
|
@ -69,9 +69,9 @@ if index(fts, &filetype) != -1
|
|||
set sw=2
|
||||
:RainbowToggle
|
||||
endif
|
||||
"Configure clojue fuzzy indents and alignments
|
||||
let g:clojure_fuzzy_indent = 1
|
||||
let g:clojure_align_subforms = 1
|
||||
"Configure clojure fuzzy indents and alignments
|
||||
let g:clojure_fuzzy_indent=1
|
||||
let g:clojure_align_subforms=1
|
||||
"Fix weird background color issues with dracula color scheme
|
||||
if &term =~ '256color'
|
||||
set t_ut=
|
||||
|
|
Loading…
Reference in a new issue