[Neovim] Fix snacks opts silently discarding merged config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-06 16:17:30 -07:00
parent 7fc12d8c08
commit 26de8e0076

View File

@@ -1,7 +1,7 @@
return { return {
"folke/snacks.nvim", "folke/snacks.nvim",
opts = function(_, opts) opts = function(_, opts)
vim.tbl_deep_extend("force", opts, { opts = vim.tbl_deep_extend("force", opts, {
styles = { styles = {
notification = { notification = {
wo = { wrap = true }, -- wrap notifications wo = { wrap = true }, -- wrap notifications
@@ -57,6 +57,7 @@ return {
end end
end, end,
}):map("<leader>ut", { desc = "Toggle Color Column" }) }):map("<leader>ut", { desc = "Toggle Color Column" })
return opts
end, end,
keys = { keys = {
{ {