added snacks image

This commit is contained in:
2026-05-28 15:23:59 +02:00
parent 9dcc7ec81f
commit 61cf62ff0d
+5
View File
@@ -28,6 +28,7 @@ vim.pack.add({
{ src = "https://github.com/michaelrommel/nvim-silicon" },
{ src = "https://github.com/hat0uma/csvview.nvim.git" },
{ src = "https://github.com/Thiago4532/mdmath.nvim" },
{ src = "https://github.com/folke/snacks.nvim" },
})
pcall(vim.cmd.colorscheme, "gruvbox")
@@ -74,6 +75,10 @@ require("mdmath").setup({
dynamic_scale = 0.5,
})
require("snacks").setup({
image = { enabled = true },
})
-- Rebuild mdmath JS deps on plugin update
vim.api.nvim_create_autocmd("PackChanged", {
callback = function(ev)