From 092e32f01ce0077cc845ba8dfa5744e28c294a2c Mon Sep 17 00:00:00 2001 From: Yongseok Jin Date: Mon, 9 Mar 2026 19:48:07 -0700 Subject: [PATCH] update init.lua --- init.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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',