From 18485a553046ab6ca4b112642f952d5cbfe0c864 Mon Sep 17 00:00:00 2001 From: Sacabambaspis <102341238+DataEraserC@users.noreply.github.com> Date: Sat, 15 Feb 2025 15:09:13 +0800 Subject: [PATCH] fix(typo): fix typo in the comment of home/base/tui/editors/neovim/nvim/lua/lazy_setup.lua --- home/base/tui/editors/neovim/nvim/lua/lazy_setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/base/tui/editors/neovim/nvim/lua/lazy_setup.lua b/home/base/tui/editors/neovim/nvim/lua/lazy_setup.lua index bdcb5346..89a7ffef 100644 --- a/home/base/tui/editors/neovim/nvim/lua/lazy_setup.lua +++ b/home/base/tui/editors/neovim/nvim/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