From c5f6ae6d939f9e1e1966fab1e4f7b91cbf7e7b21 Mon Sep 17 00:00:00 2001 From: NEX <97107165+NEX-S@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:35:35 +0800 Subject: [PATCH] Fix: typo --- doc/LazyVim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index 84d8fb52..01aaf9e7 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -253,7 +253,7 @@ Example spec: lua/plugins/example.lua 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",