notify, trouble, keymaps

Enable plugins -
This commit is contained in:
MAKCG\Saurav.Prashar 2024-06-07 18:12:43 -04:00
parent 5448d344c3
commit b623b11199
4 changed files with 40 additions and 11 deletions

View file

@ -1,6 +1,6 @@
return {
-- "rcarriga/nvim-notify",
-- config = function ()
-- vim.notify = require("notify")
-- end
'rcarriga/nvim-notify',
config = function()
vim.notify = require 'notify'
end,
}