update init.lua

This commit is contained in:
Yongseok Jin 2026-03-09 19:48:07 -07:00
parent f894a5d7f4
commit 092e32f01c
1 changed files with 6 additions and 0 deletions

View File

@ -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',