mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2025-12-06 06:36:11 +00:00
fix(readme): add missing end-of-line comma in Lazy.nvim installation configuration (#34)
This commit is contained in:
@@ -50,7 +50,7 @@ Install the plugin with your favourite package manager:
|
|||||||
{
|
{
|
||||||
"okuuva/auto-save.nvim",
|
"okuuva/auto-save.nvim",
|
||||||
cmd = "ASToggle", -- optional for lazy loading on command
|
cmd = "ASToggle", -- optional for lazy loading on command
|
||||||
event = { "InsertLeave", "TextChanged" } -- optional for lazy loading on trigger events
|
event = { "InsertLeave", "TextChanged" }, -- optional for lazy loading on trigger events
|
||||||
opts = {
|
opts = {
|
||||||
-- your config goes here
|
-- your config goes here
|
||||||
-- or just leave it empty :)
|
-- or just leave it empty :)
|
||||||
|
|||||||
Reference in New Issue
Block a user