Add alacritty fix for vim
This commit is contained in:
parent
715ec985b6
commit
8391541ddc
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue