update init.lua
This commit is contained in:
parent
f894a5d7f4
commit
092e32f01c
6
init.lua
6
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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue