mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-22 07:44:13 +00:00
Pin notify for older nvim
This commit is contained in:
parent
af0710c086
commit
1cacca0905
@ -129,7 +129,7 @@
|
|||||||
},
|
},
|
||||||
"nvim-notify": {
|
"nvim-notify": {
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"commit": "bd9cd51f9ef2f6326fc2bc9931d0718c1794e247"
|
"commit": "d333b6f167900f6d9d42a59005d82919830626bf"
|
||||||
},
|
},
|
||||||
"nvim-solarized-lua": {
|
"nvim-solarized-lua": {
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
@ -137,7 +137,7 @@
|
|||||||
},
|
},
|
||||||
"nvim-treesitter": {
|
"nvim-treesitter": {
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"commit": "8ca76960ae75e0a3bb231402558eb50e79433161"
|
"commit": "cfc6f2c117aaaa82f19bcce44deec2c194d900ab"
|
||||||
},
|
},
|
||||||
"nvim-treesitter-textobjects": {
|
"nvim-treesitter-textobjects": {
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
|
@ -628,6 +628,10 @@ return {
|
|||||||
-- Fancy notifications
|
-- Fancy notifications
|
||||||
{
|
{
|
||||||
"https://github.com/rcarriga/nvim-notify",
|
"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()
|
config = function()
|
||||||
require("plugins.notify")
|
require("plugins.notify")
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user