Moved vim.notify option to vim notify plugin opts

This commit is contained in:
2023-09-05 12:43:59 +02:00
parent de252fbf2d
commit b3d4b4a146
2 changed files with 6 additions and 3 deletions

View File

@@ -28,7 +28,12 @@ return {
"NvChad/nvim-colorizer.lua",
config = true,
},
"rcarriga/nvim-notify",
{
"rcarriga/nvim-notify",
config = function()
vim.notify = require("notify")
end,
},
{
"kylechui/nvim-surround",
version = "*",