06. Automatic saving.

  • Install the plugin auto-save.nvim via plug.vim using the following command:
Plug 'Pocco81/auto-save.nvim' 
  • Then set the variables g:auto_save_enabled and g:auto_save_delay in init.vim as follows.
let g:auto_save_enabled = 1 

let g:auto_save_delay = 3000 

https://github.com/Pocco81/auto-save.nvim?tab=readme-ov-file

  • Attention Autosave does not work in PowerShell
Copyright ยฉ 2024 - 2025 ๐Ÿš€ ApolloNvim / Lukรกลก Kaลˆka