updates for notifcations loading first and termgui colors added

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-06 17:18:51 -06:00
parent eecea2aa7b
commit 53fc7b700d
3 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,9 @@
return {
"Pocco81/auto-save.nvim",
event = "BufEnter",
init = function()
vim.notify("test")
end,
opts = {
trigger_events = { "InsertLeave", "TextChanged", "TextChangedI", "BufLeave" },
condition = function(buf)

View file

@ -1,6 +1,6 @@
return {
"rcarriga/nvim-notify",
event = "VeryLazy",
lazy = false,
opts = {
top_down = false,
},