summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel VG <[email protected]>2022-03-25 15:21:14 +0100
committerGitHub <[email protected]>2022-03-25 15:21:14 +0100
commite1474d3439ed47256f52dd0969d33204f07ce4f4 (patch)
tree3e125babf98eaed20b81a9c2bd6b92b42b3cf84b
parentf2370ce9d808119a2d91eeab8fa7fe03d2849529 (diff)
docs(README): change forgotten breaking change in example (#2377)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e7c81d2..fb96de5d 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
-- lvim.builtin.which_key.mappings["P"] = { "<cmd>Telescope projects<CR>", "Projects" }
-- Configure builtin plugins
-lvim.builtin.dashboard.active = true
+lvim.builtin.alpha.active = true
lvim.builtin.notify.active = true
lvim.builtin.terminal.active = true