updates, gen works vbetter

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-07 17:17:15 -06:00
parent 53fc7b700d
commit 724194b956
11 changed files with 49 additions and 41 deletions

View file

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