Skip to content

Commit

Permalink
add markview.nvim 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jul 13, 2024
1 parent 51941c7 commit bf2e88f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nvim/lua/plugins/markview.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
return {
"OXY2DEV/markview.nvim",
ft = "markdown",
config = function()
require("markview").setup()
end,
}

0 comments on commit bf2e88f

Please sign in to comment.