remove markdown preview because it sucks and needs node js

This commit is contained in:
Christoph J. Scherr 2025-03-22 23:10:21 +01:00
parent d3cec53760
commit f18c8de190
Signed by: PlexSheep
GPG key ID: 9EB784BB202BB7BB

View file

@ -588,19 +588,6 @@ return {
}
end,
},
{
'iamcco/markdown-preview.nvim',
cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' },
ft = { 'markdown' },
build = function()
vim.fn['mkdp#util#install']()
end,
config = function()
-- Ugly fix for wsl not finding my browser
-- I HATE windows
vim.g.mkdp_echo_preview_url = 1
end,
},
{
'nvim-lualine/lualine.nvim',
lazy = false,
@ -641,6 +628,7 @@ return {
require('bufferline').setup {}
end,
},
'sindrets/diffview.nvim',
{
'MeanderingProgrammer/dashboard.nvim',
enable = true,