Skip to content

Commit

Permalink
feat(nvim): add render markdown plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Sep 28, 2024
1 parent 2b668e8 commit ab19781
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .config/nvim/lua/specs/render_markdown.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
local Plugin = { 'MeanderingProgrammer/render-markdown.nvim' }

Plugin.name = 'render-markdown'

Plugin.opts = {}

Plugin.dependencies = {
{ 'nvim-treesitter/nvim-treesitter', name = 'treesitter' },
{ 'nvim-tree/nvim-web-devicons', name = 'devicons' },
}

return Plugin

0 comments on commit ab19781

Please sign in to comment.