added plugin-config

This commit is contained in:
Nicole Dresselhaus
2025-05-05 12:28:48 +02:00
parent d84fcedf6b
commit 6033ab33fb
8 changed files with 500 additions and 0 deletions

View File

@ -0,0 +1,14 @@
return {
-- lazy.nvim
{
"folke/snacks.nvim",
---@type snacks.Config
opts = {
image = {
-- your image configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}
}
}