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" }, { import = "astrocommunity.pack.vue" },
---- Configuration Language ---- Configuration Language
{ import = "astrocommunity.pack.markdown" }, { import = "astrocommunity.pack.markdown" },
{ import = "astrocommunity.markdown-and-latex.glow-nvim" },
{ import = "astrocommunity.pack.json" }, { import = "astrocommunity.pack.json" },
{ import = "astrocommunity.pack.yaml" }, { import = "astrocommunity.pack.yaml" },
{ import = "astrocommunity.pack.toml" }, { import = "astrocommunity.pack.toml" },

View File

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