update pandoc and crypto plugin configuration
possibly remove/move crypto.vim?
This commit is contained in:
parent
0e325bc0d3
commit
1280005456
@ -1,5 +1,5 @@
|
|||||||
if v:version >= 704
|
if v:version >= 704
|
||||||
set cryptmethod=blowfish
|
"set cryptmethod=blowfish
|
||||||
|
|
||||||
au BufReadPost * if &key != "" | set noswapfile nowritebackup viminfo= nobackup noshelltemp history=0 secure | endif
|
"au BufReadPost * if &key != "" | set noswapfile nowritebackup viminfo= nobackup noshelltemp history=0 secure | endif
|
||||||
endif
|
endif
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
|
" the filetypes for which vim-pandoc should be used
|
||||||
let g:pandoc#filetypes#handles = [ "pandoc", "markdown" ]
|
let g:pandoc#filetypes#handles = [ "pandoc", "markdown" ]
|
||||||
|
|
||||||
|
" enable pandoc for markdown
|
||||||
let g:pandoc#filetypes#pandoc_markdown = 1
|
let g:pandoc#filetypes#pandoc_markdown = 1
|
||||||
|
|
||||||
|
" disable the spellchecker
|
||||||
|
let g:pandoc#spell#enabled = 0
|
||||||
|
|
||||||
|
" don't use the conceal functionality
|
||||||
let g:pandoc#syntax#conceal#use = 0
|
let g:pandoc#syntax#conceal#use = 0
|
||||||
|
|
||||||
|
" would you please use the defined foldcolums settings, thanks
|
||||||
let g:pandoc#folding#fdc = &fdc
|
let g:pandoc#folding#fdc = &fdc
|
||||||
|
Loading…
Reference in New Issue
Block a user