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.
|
-- instead of just disabling it here, to keep your config clean.
|
||||||
enabled = true,
|
enabled = true,
|
||||||
event = 'VimEnter',
|
event = 'VimEnter',
|
||||||
|
cond = not vim.g.vscode,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
{ -- If encountering errors, see telescope-fzf-native README for installation instructions
|
{ -- If encountering errors, see telescope-fzf-native README for installation instructions
|
||||||
|
|
@ -856,6 +857,11 @@ require('lazy').setup({
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
'MeanderingProgrammer/render-markdown.nvim',
|
||||||
|
ft = { 'markdown', 'quarto' },
|
||||||
|
},
|
||||||
|
|
||||||
-- Highlight todo, notes, etc in comments
|
-- Highlight todo, notes, etc in comments
|
||||||
{
|
{
|
||||||
'folke/todo-comments.nvim',
|
'folke/todo-comments.nvim',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue