We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f894a5d commit 092e32fCopy full SHA for 092e32f
1 file changed
init.lua
@@ -319,6 +319,7 @@ require('lazy').setup({
319
-- instead of just disabling it here, to keep your config clean.
320
enabled = true,
321
event = 'VimEnter',
322
+ cond = not vim.g.vscode,
323
dependencies = {
324
'nvim-lua/plenary.nvim',
325
{ -- If encountering errors, see telescope-fzf-native README for installation instructions
@@ -856,6 +857,11 @@ require('lazy').setup({
856
857
end,
858
},
859
860
+ {
861
+ 'MeanderingProgrammer/render-markdown.nvim',
862
+ ft = { 'markdown', 'quarto' },
863
+ },
864
+
865
-- Highlight todo, notes, etc in comments
866
{
867
'folke/todo-comments.nvim',
0 commit comments