New backup 2026-02-12 07:50:34

This commit is contained in:
Penelope Gwen 2026-02-12 07:50:34 -08:00
parent 8da18743a8
commit d56cf1cd6b
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1 @@
.config/nvim/lazy-lock.json

View file

@ -0,0 +1,22 @@
return {
{
"elkowar/yuck.vim",
},
{
"chikamichi/mediawiki.vim",
},
{
"mrcjkb/rustaceanvim",
version = "^7", -- Recommended
lazy = false, -- This plugin is already lazy
},
{
"MeanderingProgrammer/render-markdown.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-mini/mini.nvim" }, -- if you use the mini.nvim suite
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-mini/mini.icons' }, -- if you use standalone mini plugins
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
---@module 'render-markdown'
---@type render.md.UserConfig
opts = {},
},
}