diff --git a/init.lua b/init.lua index 021c2490..f87c2b4d 100644 --- a/init.lua +++ b/init.lua @@ -319,6 +319,7 @@ require('lazy').setup({ -- instead of just disabling it here, to keep your config clean. enabled = true, event = 'VimEnter', + cond = not vim.g.vscode, dependencies = { 'nvim-lua/plenary.nvim', { -- If encountering errors, see telescope-fzf-native README for installation instructions @@ -856,6 +857,11 @@ require('lazy').setup({ end, }, + { + 'MeanderingProgrammer/render-markdown.nvim', + ft = { 'markdown', 'quarto' }, + }, + -- Highlight todo, notes, etc in comments { 'folke/todo-comments.nvim',