configfiles

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

commit 59cc858fe48d4d716c5a9681ccc3feb3813acca7
parent aa844970a65bc373d748867fda015457f5a189c3
Author: M. Yamanaka <myamanaka@live.com>
Date:   Tue, 15 Dec 2020 17:16:16 -0500

line numbers for shell scripts as well

Diffstat:
Mvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrc b/vimrc @@ -18,7 +18,7 @@ set autoindent set showmatch "I only need line numbers for specific things -au filetype c,cpp,python,java,haskell set number +au filetype c,cpp,sh,python,java,haskell set number "I usually write make files regardless of the language I use so this is set globally nnoremap <leader>c :make<CR>

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