Update .vimrc

This commit is contained in:
Rawley 2022-04-15 17:21:42 +00:00
parent 18448ffac1
commit 1b955d8a7a

View file

@ -69,7 +69,7 @@ if index(fts, &filetype) != -1
set sw=2 set sw=2
:RainbowToggle :RainbowToggle
endif endif
"Configure clojue fuzzy indents and alignments "Configure clojure fuzzy indents and alignments
let g:clojure_fuzzy_indent=1 let g:clojure_fuzzy_indent=1
let g:clojure_align_subforms=1 let g:clojure_align_subforms=1
"Fix weird background color issues with dracula color scheme "Fix weird background color issues with dracula color scheme