Skip to content

Commit 092e32f

Browse files
committed
update init.lua
1 parent f894a5d commit 092e32f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

init.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ require('lazy').setup({
319319
-- instead of just disabling it here, to keep your config clean.
320320
enabled = true,
321321
event = 'VimEnter',
322+
cond = not vim.g.vscode,
322323
dependencies = {
323324
'nvim-lua/plenary.nvim',
324325
{ -- If encountering errors, see telescope-fzf-native README for installation instructions
@@ -856,6 +857,11 @@ require('lazy').setup({
856857
end,
857858
},
858859

860+
{
861+
'MeanderingProgrammer/render-markdown.nvim',
862+
ft = { 'markdown', 'quarto' },
863+
},
864+
859865
-- Highlight todo, notes, etc in comments
860866
{
861867
'folke/todo-comments.nvim',

0 commit comments

Comments
 (0)