From a7100faf0a092d972861f4331f3232a3d241a103 Mon Sep 17 00:00:00 2001 From: tommconley Date: Tue, 7 Jan 2025 08:22:12 -0800 Subject: [PATCH] Add autosave --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 8f8db653..614e7d41 100644 --- a/init.lua +++ b/init.lua @@ -228,6 +228,9 @@ vim.opt.rtp:prepend(lazypath) -- -- NOTE: Here is where you install your plugins. require('lazy').setup({ + -- For autosave functionality + 'pocco81/auto-save.nvim', + -- For view of open buffers { 'romgrk/barbar.nvim',