fix(readme): add missing end-of-line comma in Lazy.nvim installation configuration (#34)

This commit is contained in:
kang
2023-07-21 14:34:13 +08:00
committed by GitHub
parent 48f69fb61d
commit 6ac670196a

View File

@@ -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 :)