remove transparency plugin

This commit is contained in:
PowerUser64 2021-08-25 00:59:48 -07:00
parent 842945ffe8
commit 0ef60bdd96

View file

@ -164,7 +164,7 @@ call plug#begin('$HOME/.vim/plugins/')
Plug 'sheerun/vim-polyglot' " Syntax highlighting
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " Syntax highlighting (neovim 0.5)
Plug 'airblade/vim-gitgutter' " Inline git info
Plug 'tribela/vim-transparent' " Transparency always
" Plug 'tribela/vim-transparent' " Transparency always
""" IDE features/LSP
Plug 'editorconfig/editorconfig-vim' " editorconfig support