updated release number
This commit is contained in:
parent
fd59faa8d0
commit
2b938e84aa
@ -1,7 +1,7 @@
|
|||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
{
|
{
|
||||||
"AstroNvim/AstroNvim",
|
"AstroNvim/AstroNvim",
|
||||||
branch = "^v4", -- TODO: change `branch="v4"` to `version="^4"` on release
|
branch = "^4", -- TODO: change `branch="v4"` to `version="^4"` on release
|
||||||
import = "astronvim.plugins",
|
import = "astronvim.plugins",
|
||||||
opts = { -- AstroNvim options must be set here with the `import` key
|
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
|
mapleader = " ", -- This ensures the leader key must be configured before Lazy is set up
|
||||||
|
Loading…
Reference in New Issue
Block a user