feat: astronvim - markdown preview - glow

This commit is contained in:
Ryan Yin
2023-07-14 01:27:13 +08:00
parent 271846703f
commit ff6442e588
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ return {
{ import = "astrocommunity.pack.vue" },
---- Configuration Language
{ import = "astrocommunity.pack.markdown" },
{ import = "astrocommunity.markdown-and-latex.glow-nvim" },
{ import = "astrocommunity.pack.json" },
{ import = "astrocommunity.pack.yaml" },
{ import = "astrocommunity.pack.toml" },

View File

@@ -155,6 +155,7 @@
tree-sitter # common language parser/highlighter
nodePackages.prettier # common code formatter
marksman # language server for markdown
glow # markdown previewer
#-- Optional Requirements:
gdu # disk usage analyzer, required by AstroNvim