aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/spellfile_local.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/plugin/spellfile_local.vim')
-rw-r--r--vim/after/plugin/spellfile_local.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/vim/after/plugin/spellfile_local.vim b/vim/after/plugin/spellfile_local.vim
new file mode 100644
index 00000000..b40736ab
--- /dev/null
+++ b/vim/after/plugin/spellfile_local.vim
@@ -0,0 +1,7 @@
+"if xdg#['data']['home'] !=# ''
+" let g:spellfile_local_dirs = [ xdg#['data']['home'] ]
+" call extend(
+" \ g:spellfile_local_dirs,
+" \ copy(xdg#['data']['dirs'])
+" \)
+"endif