Start spell check on enter

This commit is contained in:
Yannick Reiß 2023-08-07 08:44:59 +02:00
parent 708e2f764e
commit a4c4066fb7
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
2 changed files with 8674 additions and 2 deletions

View File

@ -25,6 +25,12 @@ augroup END
" Update Plugins and Treesitter languages
autocmd VimLeave * mksession! ~/.config/nvim/lastSession.vi
" set spellcheck according to Filetype
autocmd VimEnter * set spell spelllang=en_us
autocmd Vimenter *.tex set spell spellang=de_de
autocmd Vimenter *.txt set spell spellang=de_de
autocmd Vimenter *.md set spell spellang=de_de
" autosave for Markdown and Latex
set updatetime=800
autocmd CursorHold *.md w
@ -38,7 +44,7 @@ function RestoreSession()
endif
endfunction
" Git-Blame config
" Git-Blame configuration
let g:gitblame_message_template = ' => <author> • <summary> • <date>'
let g:gitblame_date_format = '%r'

8666
viml/vimirc.vim Normal file

File diff suppressed because it is too large Load Diff