nvim: transparent bar

This commit is contained in:
dogeystamp 2024-01-12 21:51:10 -05:00
parent f726271879
commit 93d9be7e01
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -104,6 +104,9 @@ endif
" color theme
Plug 'kvrohit/rasmus.nvim'
" personal preference
autocmd ColorScheme * highlight clear statusline
set shortmess+=I
" URL motions
Plug 'axieax/urlview.nvim'