felixiinohayes

Results 1 comments of felixiinohayes

I managed to fix this in vim by adding both lines to my .vimrc file: ``` autocmd VimEnter * hi Normal ctermbg=NONE guibg=NONE highlight Normal guibg=NONE ctermbg=NONE ``` For some...