From 6eceb9be07ca6a0bea14c616b3dbb2dab55f6fc4 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sun, 24 Jul 2022 13:14:59 -0600 Subject: [PATCH] Delete .vimrc --- openbsd/home/.vimrc | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 openbsd/home/.vimrc diff --git a/openbsd/home/.vimrc b/openbsd/home/.vimrc deleted file mode 100644 index 8516d39..0000000 --- a/openbsd/home/.vimrc +++ /dev/null @@ -1,22 +0,0 @@ -" Set 'nocompatible' to ward off unexpected things that your distro might -" have made, as well as sanely reset options when re-sourcing .vimrc -set nocompatible - -" Attempt to determine the type of a file based on its name and possibly its -" contents. Use this to allow intelligent auto-indenting for each filetype, -" and for plugins that are filetype specific. -if has('filetype') - filetype indent plugin on -endif - -" Enable syntax highlighting -if has('syntax') - syntax on -endif - -set number -set hidden -set showcmd -set hlsearch -set visualbell -set cmdheight=1