Pin notify for older nvim

This commit is contained in:
ViViDboarder 2025-01-08 23:19:02 -08:00
parent af0710c086
commit 1cacca0905
2 changed files with 6 additions and 2 deletions

View File

@ -129,7 +129,7 @@
},
"nvim-notify": {
"branch": "master",
"commit": "bd9cd51f9ef2f6326fc2bc9931d0718c1794e247"
"commit": "d333b6f167900f6d9d42a59005d82919830626bf"
},
"nvim-solarized-lua": {
"branch": "master",
@ -137,7 +137,7 @@
},
"nvim-treesitter": {
"branch": "master",
"commit": "8ca76960ae75e0a3bb231402558eb50e79433161"
"commit": "cfc6f2c117aaaa82f19bcce44deec2c194d900ab"
},
"nvim-treesitter-textobjects": {
"branch": "master",

View File

@ -628,6 +628,10 @@ return {
-- Fancy notifications
{
"https://github.com/rcarriga/nvim-notify",
version = utils.map_version_rule({
[">=0.10.0"] = "3.x.x",
["<0.10.0"] = "3.13.5",
}),
config = function()
require("plugins.notify")
end,