aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/spellfile_local.vim
blob: b40736ab45c3950abd5b75f2184199a710bfab20 (plain) (blame)
1
2
3
4
5
6
7
"if xdg#['data']['home'] !=# ''
"  let g:spellfile_local_dirs = [ xdg#['data']['home'] ]
"  call extend(
"        \ g:spellfile_local_dirs,
"        \ copy(xdg#['data']['dirs'])
"        \)
"endif