fix spellfile
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
8e35d9a168
commit
b2b861f93e
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -255,7 +255,7 @@ endif
|
|||
augroup spell
|
||||
autocmd!
|
||||
autocmd FileType * highlight SpellBad cterm=underline ctermfg=red ctermbg=NONE
|
||||
autocmd FileType * set spellfile=~/dotfiles/vim/spell/own.add
|
||||
autocmd FileType * set spellfile=~/repos/dotfiles/vim/spell/own.add
|
||||
autocmd FileType * set spellsuggest=fast,10
|
||||
autocmd FileType * set spell spelllang=de_de,en
|
||||
augroup END
|
||||
|
|
Loading…
Reference in a new issue