Enable vim autoindent

This commit is contained in:
Anthony Wang 2022-04-18 22:18:43 -05:00
parent 400677872f
commit c2326a61e7
Signed by: a
GPG key ID: BC96B00AEC5F2D76

1
.vimrc
View file

@ -1,3 +1,4 @@
set laststatus=2
set mouse=a
syntax on
filetype plugin indent on