language/markdown: moved glow and markdown-preview to utlity/preview

This commit is contained in:
Donnerinoern 2024-02-13 13:33:10 +01:00
commit 319aaca06d
11 changed files with 145 additions and 104 deletions

View file

@ -113,7 +113,7 @@ in {
}
${
if config.vim.languages.markdown.glow.enable
if config.vim.utility.preview.glow.enable
then ''
-- Markdown
["<leader>pm"] = { name = "+Preview Markdown" },