revert cargo workspace feature

This commit is contained in:
Clément DOUIN
2021-11-12 00:33:24 +01:00
parent 9b0a3fcba5
commit 08d31ef55c
96 changed files with 145 additions and 441 deletions
+14
View File
@@ -0,0 +1,14 @@
setlocal filetype=mail
setlocal foldexpr=himalaya#shared#thread#fold(v:lnum)
setlocal foldmethod=expr
setlocal startofline
if exists("g:himalaya_complete_contact_cmd")
setlocal completefunc=himalaya#msg#complete_contact
endif
augroup himalaya_write
autocmd! * <buffer>
autocmd BufWriteCmd <buffer> call himalaya#msg#draft_save()
autocmd BufLeave <buffer> call himalaya#msg#draft_handle()
augroup end