configfiles

Config Repo: This is where I backup my config files for various programs that I use
Log | Files | Refs | README | LICENSE

commit fece80c056efec44a08be66afda692e40d9cb865
parent 72901095472a03f805b6a915ab340b91ed6d57a1
Author: M. Yamanaka <myamanaka@live.com>
Date:   Wed, 28 Oct 2020 16:46:09 -0400

first draft of vimrc

Diffstat:
Avimrc | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -0,0 +1,17 @@ +" VIM Configuration File +" '.vimrc' +" M. Yamanaka +" email: myamanaka@live.com +" website: csmyamanaka.com +" license: MIT (See 'LICENCE') + +set nocompatible + +filetype on +syntax on + +set tabstop=2 +set expandtab + +set autoindent +set showmatch

Generated using stagit (https://codemadness.org/stagit.html)