fix spellfile path
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
fdb8b29950
commit
05ceeff64b
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.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
|
||||
|
|
Loading…
Reference in a new issue