Skip to content

Commit

Permalink
replace markview.nvim with markdown.nvim ♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jul 19, 2024
1 parent d55ab8e commit d42b13c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 12 additions & 0 deletions nvim/lua/plugins/markdown.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
return {
"MeanderingProgrammer/markdown.nvim",
ft = "markdown",
name = "render-markdown",
config = function()
require("render-markdown").setup({
pipe_table = {
border = { "", "", "", "", "", "", "", "", "", "", "" },
},
})
end,
}
7 changes: 0 additions & 7 deletions nvim/lua/plugins/markview.lua

This file was deleted.

0 comments on commit d42b13c

Please sign in to comment.