aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-24 00:09:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-24 00:09:44 +1200
commit5b7ba0235cde39ba0e5f1156b97864ff84c72510 (patch)
treec8e0f782cbda174cfe665e8bd8f6446dba342243 /vim
parentAllow 60 as magic number in Perl::Critic (diff)
downloaddotfiles-5b7ba0235cde39ba0e5f1156b97864ff84c72510.tar.gz
dotfiles-5b7ba0235cde39ba0e5f1156b97864ff84c72510.zip
Remove ~/.vim/config sourcing
We'll just use ~/.vim/plugin, maybe a subdir.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 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 <Leader>! ^"zyg_:!<C-R>z<CR>
inoreabbrev almsot almost
inoreabbrev wrnog wrong
inoreabbrev Fielding Feilding
-
-" Source any .vim files from ~/.vim/config
-runtime! config/*.vim