Skip to content

Commit

Permalink
feat(nvim): Remove markdown-preview.nvim for mdpreview.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Aug 14, 2023
1 parent de37eb0 commit 7a7f7ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
6 changes: 0 additions & 6 deletions nvim/lua/my/configure/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ return {
{ 'echasnovski/mini.pairs', event = 'InsertEnter', opts = {} },
{ 'echasnovski/mini.trailspace', event = 'BufRead', opts = {} },
{ 'max397574/better-escape.nvim', event = 'InsertEnter', opts = {} },
{
'mrjones2014/mdpreview.nvim',
dev = true,
ft = 'markdown',
dependencies = { 'norcalli/nvim-terminal.lua', config = true },
},
{
'Wansmer/treesj',
keys = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
return {
{
'iamcco/markdown-preview.nvim',
ft = { 'markdown', 'md' },
init = function()
vim.g.mkdp_theme = 'dark'
end,
build = function()
vim.fn['mkdp#util#install']()
end,
'mrjones2014/mdpreview.nvim',
dev = true,
ft = 'markdown',
dependencies = { 'norcalli/nvim-terminal.lua', config = true },
},
{
'gaoDean/autolist.nvim',
Expand Down

0 comments on commit 7a7f7ae

Please sign in to comment.