ApolloNvim/readme/06. Autosave.md

17 lines
453 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.

* 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) 
* Autosave nefunguje v PowerShell