aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-15 01:16:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-15 01:16:01 +1200
commitc6d88d4bc8b28527be312c760e305621d974890f (patch)
treecd967f9893c5112fd2b1a719d0c5563dc817fbca /vim/vimrc
parentAdd Mutt config match patterns for XDG (diff)
downloaddotfiles-c6d88d4bc8b28527be312c760e305621d974890f.tar.gz
dotfiles-c6d88d4bc8b28527be312c760e305621d974890f.zip
Don't put spell in cache, update spell plugin
Spell files should go in the XDG data dirs, ideally; update to a version of spellfile_local.vim that allows that, with the necessary configuration in ~/.vim/after/plugin.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc11
1 files changed, 1 insertions, 10 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 06ea0637..ebd9de3d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,7 @@
" Tom Ryder (tejr)’s Literate Vimrc
" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"
-" Last updated: Mon, 11 May 2020 09:22:45 UTC
+" Last updated: Thu, 14 May 2020 08:24:17 UTC
"
" │ And I was lifted up in heart, and thought
" │ Of all my late-shown prowess in the lists,
@@ -165,15 +165,6 @@ if !empty(s:xdgconfigpaths)
endif
unlet s:xdgconfigpaths
-" Now put the XDG cache home at the very front, so that e.g. 'spellfile' gets
-" created in there rather than in the configuration directories.
-"
-if xdg#['cache']['home'] !=# ''
- execute 'set runtimepath^='.option#Escape(
- \ option#item#Escape(xdg#['cache']['home'])
- \)
-endif
-
" We need a command to reliably establish a full path, whether or not the
" directories already exist. We create a wrapper for the autoloaded function
" path#Create() with similar calling conventions to mkdir(), but with the ‘p’