From 1f2e5231efb190d034634b7c11a73dd3a2a46311 Mon Sep 17 00:00:00 2001 From: Syamim Hazmi Date: Tue, 26 Nov 2024 18:20:56 +0800 Subject: [PATCH] typo in comment (#25) --- lua/lazy_setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy_setup.lua b/lua/lazy_setup.lua index 939d7b7..8a19892 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -1,7 +1,7 @@ require("lazy").setup({ { "AstroNvim/AstroNvim", - version = "^4", -- Remove version tracking to elect for nighly AstroNvim + version = "^4", -- Remove version tracking to elect for nightly AstroNvim import = "astronvim.plugins", opts = { -- AstroNvim options must be set here with the `import` key mapleader = " ", -- This ensures the leader key must be configured before Lazy is set up