configfiles

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

commit 431528ef7d5194fda0d10db022db463a39263d3a
parent c35d2710802698f69138ae78d883f6bc9d6f1479
Author: M. Yamanaka <myamanaka@live.com>
Date:   Sun, 22 Nov 2020 15:36:17 -0500

comments and line numbers to vimrc

Diffstat:
Mvimrc | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/vimrc b/vimrc @@ -6,12 +6,16 @@ " license: MIT (See 'LICENCE') set nocompatible - filetype on syntax on +"Tab behaviour set tabstop=2 set expandtab +"Appearance set autoindent set showmatch + +"I only need line numbers for specific things +au filetype c,python,java,haskell set number

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