ApolloNvim2025/readme/06. Autosave.md
2025-02-05 10:53:48 +01:00

24 lines
573 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 06. Automatické ukládání.
* Nainstalovat plugin auto-save.nvim přes plug.vim pomocí následujícího příkazu: 
```
Plug 'Pocco81/auto-save.nvim' 
```
* Poté nastavit proměnné g:auto_save_enabled a g:auto_save_delay v init.vim takto: 
```
let g:auto_save_enabled = 1 
let g:auto_save_delay = 3000 
```
[https://github.com/Pocco81/auto-save.nvim?tab=readme-ov-file](https://github.com/Pocco81/auto-save.nvim?tab=readme-ov-file) 
* Pozor Autosave nefunguje v PowerShell
<div style="text-align: center;">
Copyright © 2024 - 2025 ApolloNvim
</div>