diff options
-rw-r--r-- | dotfiles/vim/lua/vim-dev.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/vim/lua/vim-dev.lua b/dotfiles/vim/lua/vim-dev.lua index 74ddb6c..21123fa 100644 --- a/dotfiles/vim/lua/vim-dev.lua +++ b/dotfiles/vim/lua/vim-dev.lua | |||
@@ -117,7 +117,8 @@ null_ls.setup({ | |||
117 | 117 | ||
118 | -- Vim Pandoc | 118 | -- Vim Pandoc |
119 | vim.g["pandoc#formatting#equalprg"] = "pandoc -t markdown --wrap=preserve" | 119 | vim.g["pandoc#formatting#equalprg"] = "pandoc -t markdown --wrap=preserve" |
120 | vim.g["pandoc#formatting#extra_equalprg"] = "--reference-links --reference-location=section" | 120 | -- standalone needed to keep the YAML metadata block |
121 | vim.g["pandoc#formatting#extra_equalprg"] = "--standalone --reference-links --reference-location=section" | ||
121 | 122 | ||
122 | -- Actions preview | 123 | -- Actions preview |
123 | require("actions-preview").setup() | 124 | require("actions-preview").setup() |