1
0

update pandoc and crypto plugin configuration

possibly remove/move crypto.vim?
This commit is contained in:
valeth 2015-06-16 23:11:44 +02:00
parent 0e325bc0d3
commit 1280005456
2 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,5 @@
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

View File

@ -1,6 +1,14 @@
let g:pandoc#filetypes#handles = [ "pandoc", "markdown" ]
" the filetypes for which vim-pandoc should be used
let g:pandoc#filetypes#handles = [ "pandoc", "markdown" ]
" enable pandoc for markdown
let g:pandoc#filetypes#pandoc_markdown = 1
let g:pandoc#syntax#conceal#use = 0
" disable the spellchecker
let g:pandoc#spell#enabled = 0
let g:pandoc#folding#fdc = &fdc
" don't use the conceal functionality
let g:pandoc#syntax#conceal#use = 0
" would you please use the defined foldcolums settings, thanks
let g:pandoc#folding#fdc = &fdc