MAKCG\Saurav.Prashar b623b11199 notify, trouble, keymaps
Enable plugins -
2024-06-07 18:12:43 -04:00

7 lines
100 B
Lua

return {
'rcarriga/nvim-notify',
config = function()
vim.notify = require 'notify'
end,
}