Explicitly set nocompatible in vimrc (just in case lol)

This commit is contained in:
Danielle McLean 2023-10-15 16:19:06 +11:00
parent bd56ae45fe
commit da72b2ac12
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

4
vimrc
View file

@ -1,4 +1,8 @@
vim9script
if &compatible
set nocompatible
endif
const xdg = {
XDG_CONFIG_HOME: '~/.config',
XDG_CACHE_HOME: '~/.cache',