This commit is contained in:
DeveloperDurp 2025-05-05 05:34:33 -05:00
parent 6d25dbec6e
commit c084bf9082
8 changed files with 136 additions and 33 deletions

View file

@ -154,4 +154,18 @@ return {
---@type render.md.UserConfig
opts = {},
},
{
"mistweaverco/kulala.nvim",
opts = {
global_keymaps = true,
},
},
{
"folke/zen-mode.nvim",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
},
}