From 08691ae356a2f90ec4754c2d7dd661829c819025 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Thu, 7 Mar 2024 16:49:04 +0100 Subject: [PATCH] Remove gvim configuration --- gvimrc | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 gvimrc diff --git a/gvimrc b/gvimrc deleted file mode 100644 index 064e794..0000000 --- a/gvimrc +++ /dev/null @@ -1,25 +0,0 @@ -set guioptions-=T -set guioptions-=m -set guioptions-=e - -set cursorline " Highlight cursor line - -if has("unix") - let g:font_temp="\\\\\\@ :e %:p:h - -command! -nargs=1 SetFontSize call SetFontSize() -command! ResetFontSize call SetFontSize(s:fontsize)