home: vim: add 'plugin' directory

This commit is contained in:
Bruno BELANYI 2021-02-23 15:04:47 +00:00
parent 1e6a5401ec
commit 6ea69fae87
12 changed files with 186 additions and 0 deletions

View file

@ -0,0 +1,20 @@
" 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",
\ ]