Compare commits

..

No commits in common. "3f490785e3b352d2d634b7f8f51f85ace01afa16" and "336a7c8d290bc7e8f1e195711604b35a23d0cdd9" have entirely different histories.

18
vimrc
View file

@ -48,18 +48,13 @@ if !has('gui_running')
set ttymouse=sgr set ttymouse=sgr
end end
set background=light set background=light
colorscheme smpl
if $SSH_CLIENT "use terminal background
colorscheme smpl "hi Normal ctermbg=none
else "hi todo ctermbg=none
colorscheme nofrils-dark "hi statement ctermbg=none
"hi LineNr ctermbg=none
"use terminal background
hi Normal ctermbg=none
hi todo ctermbg=none
hi statement ctermbg=none
hi LineNr ctermbg=none
endif
endif endif
" Appearance tweaks " Appearance tweaks
@ -269,7 +264,6 @@ augroup vimrc
autocmd FileType coffee setl softtabstop=4 shiftwidth=4 autocmd FileType coffee setl softtabstop=4 shiftwidth=4
autocmd BufRead,BufNewFile Guardfile setf ruby autocmd BufRead,BufNewFile Guardfile setf ruby
autocmd BufRead,BufNewFile Vagrantfile setf ruby autocmd BufRead,BufNewFile Vagrantfile setf ruby
autocmd BufRead,BufNewFile Steepfile setf ruby
autocmd BufRead,BufNewFile *.skim setf slim autocmd BufRead,BufNewFile *.skim setf slim
autocmd BufRead,BufNewFile *.opal setf ruby autocmd BufRead,BufNewFile *.opal setf ruby
autocmd FileType go setl nolist autocmd FileType go setl nolist