From e09d121ff2050911014b10fe7c183c9377663b09 Mon Sep 17 00:00:00 2001 From: Oula Kuuva Date: Mon, 20 Mar 2023 21:24:40 +0200 Subject: [PATCH] docs: point links to this repo Also added acknowledgement to Pocco81's work on the original plugin. --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7dcffe5..cd11093 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@

- - Stars - - Issues - - Repo Size + + Stars + + Issues + + Repo Size

  @@ -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({ vim-plug ```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). + +