mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2025-12-06 06:36:11 +00:00
docs: point links to this repo
Also added acknowledgement to Pocco81's work on the original plugin.
This commit is contained in:
22
README.md
22
README.md
@@ -7,12 +7,12 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/Pocco81/auto-save.nvim/stargazers">
|
||||
<img alt="Stars" src="https://img.shields.io/github/stars/Pocco81/auto-save.nvim?style=for-the-badge&logo=starship&color=C9CBFF&logoColor=D9E0EE&labelColor=302D41"></a>
|
||||
<a href="https://github.com/Pocco81/auto-save.nvim/issues">
|
||||
<img alt="Issues" src="https://img.shields.io/github/issues/Pocco81/auto-save.nvim?style=for-the-badge&logo=bilibili&color=F5E0DC&logoColor=D9E0EE&labelColor=302D41"></a>
|
||||
<a href="https://github.com/Pocco81/auto-save.nvim">
|
||||
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/Pocco81/auto-save.nvim?color=%23DDB6F2&label=SIZE&logo=codesandbox&style=for-the-badge&logoColor=D9E0EE&labelColor=302D41"/></a>
|
||||
<a href="https://github.com/okuuva/auto-save.nvim/stargazers">
|
||||
<img alt="Stars" src="https://img.shields.io/github/stars/okuuva/auto-save.nvim?style=for-the-badge&logo=starship&color=C9CBFF&logoColor=D9E0EE&labelColor=302D41"></a>
|
||||
<a href="https://github.com/okuuva/auto-save.nvim/issues">
|
||||
<img alt="Issues" src="https://img.shields.io/github/issues/okuuva/auto-save.nvim?style=for-the-badge&logo=bilibili&color=F5E0DC&logoColor=D9E0EE&labelColor=302D41"></a>
|
||||
<a href="https://github.com/okuuva/auto-save.nvim">
|
||||
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/okuuva/auto-save.nvim?color=%23DDB6F2&label=SIZE&logo=codesandbox&style=for-the-badge&logoColor=D9E0EE&labelColor=302D41"/></a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ Install the plugin with your favourite package manager:
|
||||
|
||||
```lua
|
||||
use({
|
||||
"Pocco81/auto-save.nvim",
|
||||
"okuuva/auto-save.nvim",
|
||||
config = function()
|
||||
require("auto-save").setup {
|
||||
-- your config goes here
|
||||
@@ -61,7 +61,7 @@ use({
|
||||
<summary><a href="https://github.com/junegunn/vim-plug">vim-plug</a></summary>
|
||||
|
||||
```vim
|
||||
Plug 'Pocco81/auto-save.nvim'
|
||||
Plug 'okuuva/auto-save.nvim'
|
||||
lua << EOF
|
||||
require("auto-save").setup {
|
||||
-- your config goes here
|
||||
@@ -131,3 +131,9 @@ Besides running auto-save at startup (if you have `enabled = true` in your confi
|
||||
- `ASToggle`: toggle auto-save
|
||||
|
||||
|
||||
|
||||
### 👋 Acknowledgements
|
||||
|
||||
This plugin wouldn't exist without [Pocco81](https://github.com/Pocco81)'s work on the [original](https://github.com/Pocco81/auto-save.nvim).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user