From 5b7ba0235cde39ba0e5f1156b97864ff84c72510 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 24 May 2019 00:09:44 +1200 Subject: Remove ~/.vim/config sourcing We'll just use ~/.vim/plugin, maybe a subdir. --- vim/vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 5f860405..0456679f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -464,6 +464,3 @@ nnoremap ! ^"zyg_:!z inoreabbrev almsot almost inoreabbrev wrnog wrong inoreabbrev Fielding Feilding - -" Source any .vim files from ~/.vim/config -runtime! config/*.vim -- cgit v1.2.3