Add alacritty fix for vim

This commit is contained in:
Trysdyn Black 2022-08-30 14:04:07 -07:00
parent 715ec985b6
commit 8391541ddc

5
.vimrc
View file

@ -1,3 +1,8 @@
" Hack my TERM to get around vim ignoring terminfo lol
if &term == "alacritty"
let &term = "xterm-256color"
endif
" Ensure certain plugins work by removing vi compatable modes
set nocompatible