This commit is contained in:
asep komarudin 2023-01-20 23:47:21 +07:00
parent 4fbc9cf758
commit 40c553beb7
2 changed files with 11 additions and 0 deletions

View file

@ -399,4 +399,14 @@ return {
-- require("user.chat_gpt")
-- end,
},
-- LSP Notify
{
"mrded/nvim-lsp-notify",
dependencies = "rcarriga/nvim-notify",
config = function()
require("lsp-notify").setup({
notify = require("notify"),
})
end,
},
}