Add autosave

This commit is contained in:
tommconley 2025-01-07 08:22:12 -08:00
parent cc29de3052
commit a7100faf0a
1 changed files with 3 additions and 0 deletions

View File

@ -228,6 +228,9 @@ vim.opt.rtp:prepend(lazypath)
-- --
-- NOTE: Here is where you install your plugins. -- NOTE: Here is where you install your plugins.
require('lazy').setup({ require('lazy').setup({
-- For autosave functionality
'pocco81/auto-save.nvim',
-- For view of open buffers -- For view of open buffers
{ {
'romgrk/barbar.nvim', 'romgrk/barbar.nvim',