diff options
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 95ed8f6..9b67045 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -95,6 +95,8 @@ highlight ColorColumn ctermbg=cyan au BufNewFile,BufRead * call matchadd('ColorColumn', '\%81v', 100) " Highlight super long lines au BufNewFile,BufRead * call matchadd('Error', '\%121v', 100) +" Disable background colors for transparency +hi Normal guibg=NONE ctermbg=NONE "----------------------------------------------------------------------------------------------------------------------- |