feat: enable and remap glow preview

This commit is contained in:
NotAShelf 2023-03-01 14:00:26 +03:00
commit d817b27405
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
3 changed files with 46 additions and 9 deletions

View file

@ -107,9 +107,15 @@ in {
''
else ""
}
})
${
if config.vim.markdown.glow.enable
then ''
-- Markdown
["<leader>pm"] = { name = "+Preview Markdown" },
''
else ""
}
})
'';
};
}