1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 19:40:29 +01:00

Turn on spellcheck by default on vimwiki

This commit is contained in:
2022-07-19 19:10:05 +02:00
parent 7ce6c45ffc
commit 7425fe57f1

1
vimrc
View File

@@ -364,6 +364,7 @@ function s:SetRestSettings() "{{{2
endfunction endfunction
"}}} "}}}
function s:SetVimwikiSettings() "{{{2 function s:SetVimwikiSettings() "{{{2
setlocal spell
map <F5> :Vimwiki2HTML<CR> map <F5> :Vimwiki2HTML<CR>
map <S-F5> :Vimwiki2HTMLBrowse<CR> map <S-F5> :Vimwiki2HTMLBrowse<CR>
map <C-F5> :VimwikiAll2HTML<CR> map <C-F5> :VimwikiAll2HTML<CR>