home: vim: remove 'vim-pandoc'

The tree-sitter code-block high-lighting is built-in and works better,
and I don't use any of the other features.
This commit is contained in:
Bruno BELANYI 2023-05-06 19:06:01 +01:00
parent d8896a66c8
commit 68b9c3b9b1
3 changed files with 0 additions and 22 deletions

View File

@ -54,8 +54,6 @@ in
vim-beancount
vim-jsonnet
vim-nix
vim-pandoc
vim-pandoc-syntax
vim-toml
# General enhancements

View File

@ -1,20 +0,0 @@
" Which code-block languages should I expect to be high-lighted.
let g:pandoc#syntax#codeblocks#embeds#langs=[
\ "bash=sh",
\ "c",
\ "cpp",
\ "go",
\ "haskell",
\ "python",
\ "rust",
\ "sh",
\ "vim",
\ "yaml",
\ "tex",
\ "toml",
\ "perl",
\ "json",
\ "latex=tex",
\ "make",
\ "makefile=make",
\ ]