From 9582a5ec49a5d1199fea9a19f8ac68e501c9ff20 Mon Sep 17 00:00:00 2001 From: kdav5758 Date: Fri, 2 Jul 2021 00:08:43 -0500 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c52ef41..4300c4a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ # TL;DR
- AutoSave.nvim is a NeoVim plugin written in Lua that aims to provide the simple functionality of automatically saving your work whenever you make changes to it. You can filter under which conditions which files are saved and when the auto-save functionality should triggered (events). To get started simply install the plugin with your favorite plugin manager! + AutoSave.nvim is a NeoVim plugin written in Lua that aims to provide the simple functionality of automatically saving your work whenever you make changes to it. You can filter under which conditions which files are saved and when the auto-save functionality should be triggered (events). To get started simply install the plugin with your favorite plugin manager!
# 🌲 Table of Contents