diff options
author | Daniel VG <[email protected]> | 2022-03-25 15:21:14 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-25 15:21:14 +0100 |
commit | e1474d3439ed47256f52dd0969d33204f07ce4f4 (patch) | |
tree | 3e125babf98eaed20b81a9c2bd6b92b42b3cf84b /README.md | |
parent | f2370ce9d808119a2d91eeab8fa7fe03d2849529 (diff) |
docs(README): change forgotten breaking change in example (#2377)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |