From 188cc44f0d8b090caa740fa7e9b6a197df38b88f Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 29 Oct 2018 00:01:44 -0400 Subject: massive refactor of my vimrc --- basic.vim | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) mode change 100644 => 120000 basic.vim (limited to 'basic.vim') diff --git a/basic.vim b/basic.vim deleted file mode 100644 index 73c040d..0000000 --- a/basic.vim +++ /dev/null @@ -1,18 +0,0 @@ -" Basic vimrc for systems you don't want to copy the full one to -set background=dark -nmap n :set invnu -set nu -set encoding=utf-8 -nmap l :set list! -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 diff --git a/basic.vim b/basic.vim new file mode 120000 index 0000000..c530766 --- /dev/null +++ b/basic.vim @@ -0,0 +1 @@ +inc/basics.vim \ No newline at end of file -- cgit v1.2.3