[Neovim] Fix snacks opts silently discarding merged config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 = {
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user