From 05ceeff64b9415f835a013d3c9785b31babc9111 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 5 Jul 2024 10:22:01 +0200 Subject: [PATCH] fix spellfile path Signed-off-by: Michael Grote --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index ddedfde..344cf4b 100644 --- a/.vimrc +++ b/.vimrc @@ -256,7 +256,7 @@ augroup spell autocmd! autocmd FileType * highlight SpellBad cterm=underline ctermfg=red ctermbg=NONE if $HOSTNAME == "lbdlspa001" - autocmd FileType * set spellfile=~/dotfiles/vim/spell/own.add + autocmd FileType * set spellfile=~/repos/dotfiles/vim/spell/own.add elseif $HOSTNAME == "lzeorpt001" autocmd FileType * set spellfile=/homes/MGMT/grotemi-admin/repos/dotfiles/vim/spell/own.add endif