From 3c8e90b8a6a7e1a1df8202557c5bb6c8c37ead7a Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 19 Sep 2018 17:27:49 -0400 Subject: Added a basic vimrc for copying to other systems --- basic.vim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 basic.vim (limited to 'basic.vim') diff --git a/basic.vim b/basic.vim new file mode 100644 index 0000000..6e7f86b --- /dev/null +++ b/basic.vim @@ -0,0 +1,17 @@ +" Basic vimrc for systems you don't want to copy the full one to +set background=dark +set nu +set encoding=utf-8 +set listchars=tab:▸\ ,eol:¬,trail:• +set colorcolumn=80 +set fileencoding=utf-8 +set ic +set hls +set updatecount=0 +set nocompatible +set tabstop=4 +set shiftwidth=4 +set noexpandtab +set mouse+=a +syntax on +colorscheme slate -- cgit v1.2.3