Update .vimrc
This commit is contained in:
parent
50b8971d4f
commit
b331ff9bbd
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,6 @@ set ai
|
||||||
set number
|
set number
|
||||||
set ts=2
|
set ts=2
|
||||||
set sw=2
|
set sw=2
|
||||||
set t_Co=256
|
|
||||||
set background=dark
|
set background=dark
|
||||||
set nowrap
|
set nowrap
|
||||||
"Buffer movement, going to go to harpoon soon to try to get away from buffer
|
"Buffer movement, going to go to harpoon soon to try to get away from buffer
|
||||||
|
@ -58,3 +57,7 @@ if index(fts, &filetype) != -1
|
||||||
endif
|
endif
|
||||||
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
|
||||||
|
if &term =~ '256color'
|
||||||
|
set t_ut=
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue