aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-18 10:13:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-18 10:13:30 +1200
commitfcc0e387b0f4ae02a07b6c721066749161f9444f (patch)
tree7f53be591bd7ee03f60d28bc26fec9831b756bf1 /.gitmodules
parentCheck b:is_posix existence not value (diff)
downloaddotfiles-fcc0e387b0f4ae02a07b6c721066749161f9444f.tar.gz
dotfiles-fcc0e387b0f4ae02a07b6c721066749161f9444f.zip
Scrap auto_cache_dirs plugin for a new approach
Trying this instead; creating the relevant directories at install time. Also putting all three under one "cache" subdir of ~/.vim or ~/vimfiles. I'm not sure this is actually better, but I do like that the relevant options are now set in the .vimrc rather than in a plugin, so I guess we'll see.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index bad6f54b..093f1fc4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,7 +1,4 @@
# My Vim plugins
-[submodule "vim/bundle/auto_cache_dirs"]
- path = vim/bundle/auto_cache_dirs
- url = https://sanctum.geek.nz/code/vim-auto-cache-dirs.git
[submodule "vim/bundle/big_file_options"]
path = vim/bundle/big_file_options
url = https://sanctum.geek.nz/code/vim-big-file-options.git