Skip to content

Commit

Permalink
feat(markdown-and-latex): add markview.nvim (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter authored Aug 12, 2024
1 parent ad68f73 commit 2ea16f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/markdown-and-latex/markview-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# markview.nvim

An experimental markdown previewer for Neovim

**Repository:** <https://github.com/OXY2DEV/markview.nvim>
9 changes: 9 additions & 0 deletions lua/astrocommunity/markdown-and-latex/markview-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return {
"OXY2DEV/markview.nvim",
ft = { "markdown", "markdown.mdx" },
dependencies = { "nvim-treesitter/nvim-treesitter" },
opts = {
hybrid_modes = { "n" },
headings = { shift_width = 0 },
},
}

0 comments on commit 2ea16f7

Please sign in to comment.