remove transparency plugin
This commit is contained in:
parent
842945ffe8
commit
0ef60bdd96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue