From 9a2e1cb8e9b49a0bc846f7d9cc49fa827a993c61 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 18 May 2020 11:23:26 +0200 Subject: [PATCH] Change vim plugins to use builtin plugin loading --- vim/{ => plugin}/git.vim | 0 vim/{ => plugin}/scratch.vim | 0 vim/{ => plugin}/shame.vim | 0 vim/{ => plugin}/surround.vim | 0 vimrc | 5 ----- 5 files changed, 5 deletions(-) rename vim/{ => plugin}/git.vim (100%) rename vim/{ => plugin}/scratch.vim (100%) rename vim/{ => plugin}/shame.vim (100%) rename vim/{ => plugin}/surround.vim (100%) diff --git a/vim/git.vim b/vim/plugin/git.vim similarity index 100% rename from vim/git.vim rename to vim/plugin/git.vim diff --git a/vim/scratch.vim b/vim/plugin/scratch.vim similarity index 100% rename from vim/scratch.vim rename to vim/plugin/scratch.vim diff --git a/vim/shame.vim b/vim/plugin/shame.vim similarity index 100% rename from vim/shame.vim rename to vim/plugin/shame.vim diff --git a/vim/surround.vim b/vim/plugin/surround.vim similarity index 100% rename from vim/surround.vim rename to vim/plugin/surround.vim diff --git a/vimrc b/vimrc index 3dbeec3..a88196d 100644 --- a/vimrc +++ b/vimrc @@ -2,8 +2,3 @@ "!!! makes use of marker ' let &rtp=expand(':p:h').'/vim,'.&rtp - -run git.vim -run surround.vim -run scratch.vim -run shame.vim