Last changes to neovim

This commit is contained in:
2026-05-11 08:17:14 +02:00
parent df010c34c1
commit d74daceb09
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -62,5 +62,5 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates
checker = { enabled = true },
-- checker = { enabled = true },
})
+1 -1
View File
@@ -1,6 +1,6 @@
return {
"MeanderingProgrammer/render-markdown.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.nvim" }, -- if you use the mini.nvim suite
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-mini/mini.nvim" }, -- if you use the mini.nvim suite
---@module 'render-markdown'
---@type render.md.UserConfig
opts = {},