This is more correct I guess

This commit is contained in:
Logan G 2021-12-04 17:02:04 -07:00
parent 60fb509b35
commit ea8d99e7c7
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -1,5 +1,5 @@
set nocompatible " choose no compatibility with legacy vi set nocompatible " choose no compatibility with legacy vi
syntax enable syntax on
set encoding=utf-8 set encoding=utf-8
set showcmd " display incomplete commands set showcmd " display incomplete commands
filetype plugin indent on " load file type plugins + indentation filetype plugin indent on " load file type plugins + indentation