Skip to content

Commit

Permalink
feat(plugins): replace markdown.nvim by markview (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
n3wborn authored Aug 6, 2024
1 parent fcff9c5 commit 995a6b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"lazy.nvim": { "branch": "main", "commit": "077102c5bfc578693f12377846d427f49bc50076" },
"lazygit.nvim": { "branch": "main", "commit": "dc56df433bfbf107fee0139e187eb9750878fa84" },
"lualine.nvim": { "branch": "master", "commit": "544dd1583f9bb27b393f598475c89809c4d5e86b" },
"markview.nvim": { "branch": "main", "commit": "9e5275f3b7507da51deab9bc985e9154d0b6af28" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "62360f061d45177dda8afc1b0fd1327328540301" },
"mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" },
"mini.align": { "branch": "main", "commit": "b54d88b16bfac62ca6b3d699566135639a3ca4fa" },
Expand Down Expand Up @@ -51,7 +52,6 @@
"plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" },
"promise-async": { "branch": "main", "commit": "119e8961014c9bfaf1487bf3c2a393d254f337e2" },
"rainbow-delimiters.nvim": { "branch": "master", "commit": "a727bd368e70808125b7cf589328cc595faf3d5a" },
"render-markdown": { "branch": "main", "commit": "5f9c00e89487c601bb9558c5c4dc97d1abe6e96c" },
"resession.nvim": { "branch": "master", "commit": "e087ebeef81df25a12fcc4ec067ca73e2bb54c4a" },
"rustaceanvim": { "branch": "master", "commit": "bc8c4b8f7606d5b7c067cd8369e25c1a7ff77bd0" },
"schemastore.nvim": { "branch": "main", "commit": "218a9887085b81b3eb0ee8f1e2d20c4a7fd7b1c9" },
Expand Down
13 changes: 7 additions & 6 deletions lua/plugins/markdown.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
return {
'MeanderingProgrammer/markdown.nvim',
name = 'render-markdown',
dependencies = { 'nvim-treesitter/nvim-treesitter' },
config = function()
require('render-markdown').setup()
end,
'OXY2DEV/markview.nvim',
lazy = false, -- (already lazy-loaded)
dependencies = {
'nvim-treesitter/nvim-treesitter',

'nvim-tree/nvim-web-devicons',
},
}

0 comments on commit 995a6b9

Please sign in to comment.