1
0
mirror of https://github.com/Melon-Bread/gnu-slash-dot-files synced 2024-11-25 00:38:23 -05:00

Put vi config in correct spot

This commit is contained in:
Rain Clark 2019-06-08 14:09:41 -04:00
parent c050eacae5
commit 4b37582283

9
.exrc Normal file
View File

@ -0,0 +1,9 @@
set ai
set colums=120
set ignorecase
set number
set report=1
set noruler
set shiftwidth=4
set showmatch
set tabstop=4