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
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user