Skip to content

Commit

Permalink
doc: clarify that version is used for stable vs nightly AstroNvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter authored and luxus committed Apr 1, 2024
1 parent 235d69f commit 9f4952d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy_setup.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require("lazy").setup({
{
"AstroNvim/AstroNvim",
version = "^4",
version = "^4", -- Remove version tracking to elect for nighly 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
Expand Down

0 comments on commit 9f4952d

Please sign in to comment.