Skip to content

Commit

Permalink
fix(transparency): dracula revert their bad commit on transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
L.E.R authored and L.E.R committed May 27, 2017
1 parent 384deee commit d29ed36
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions .EverVim.vimrc.sample
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
" Friction and air-drag can be override here
" let g:evervim_smooth_scrolling = 1

" Enable transparent background on terminal vim/nvim
" let g:evervim_transparent_bg = 1

" Disable easier moving in tabs and windows
" let g:evervim_no_easyWindows = 1

Expand Down
3 changes: 0 additions & 3 deletions plugins/appearance/appearance.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ Plug 'joshdick/onedark.vim'
if !TERMUX()
Plug 'ryanoasis/vim-devicons'
endif
if exists('g:evervim_transparent_bg')
Plug 'miyakogi/seiya.vim'
endif
3 changes: 0 additions & 3 deletions plugins/appearance/transparent.vim

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/general/vim-startify.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if isdirectory(expand("~/.vim/bundle/vim-startify"))
let platform_string = "Windows"
elseif OSX()
let platform_icon = ""
let platform_string = "macOS" . OSXVERSION()
let platform_string = "macOS " . OSXVERSION()
elseif BSD()
let platform_icon = ""
let platform_string = "BSD"
Expand Down

0 comments on commit d29ed36

Please sign in to comment.