From b84d00f67918dd91ababd7764e8df3751476536a Mon Sep 17 00:00:00 2001 From: NEX <97107165+NEX-S@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:38:09 +0800 Subject: [PATCH] Fix: typo --- lua/plugins/example.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index 1e18038..edb3ab1 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -148,7 +148,7 @@ return { end, }, - -- the opts function can als be used to change the default opts: + -- the opts function can also be used to change the default opts: { "nvim-lualine/lualine.nvim", event = "VeryLazy",