summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-01-02 10:25:20 +0100
committerGitHub <[email protected]>2022-01-02 10:25:20 +0100
commit9017389766ff1ce31c8f0a21fe667653a7ab6b3a (patch)
tree63915a205fb0456ed618317c0a77f006f1cfcfae /README.md
parent91077623f093bf173ea9b224bb7bde15f3c2a13b (diff)
feat: lazyload notify's configuration (#1855)
Co-authored-by: Luc Sinet <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 784b049a..6de88398 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,7 @@ lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
-- Configure builtin plugins
lvim.builtin.dashboard.active = true
+lvim.builtin.notify.active = true
lvim.builtin.terminal.active = true
-- Treesitter parsers change this to a table of the languages you want i.e. {"java", "python", javascript}