Explicitly set nocompatible in vimrc (just in case lol)
This commit is contained in:
parent
bd56ae45fe
commit
da72b2ac12
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -1,4 +1,8 @@
|
|||
vim9script
|
||||
if &compatible
|
||||
set nocompatible
|
||||
endif
|
||||
|
||||
const xdg = {
|
||||
XDG_CONFIG_HOME: '~/.config',
|
||||
XDG_CACHE_HOME: '~/.cache',
|
||||
|
|
Loading…
Reference in a new issue