diff options
author | kylo252 <[email protected]> | 2022-01-02 10:25:20 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-02 10:25:20 +0100 |
commit | 9017389766ff1ce31c8f0a21fe667653a7ab6b3a (patch) | |
tree | 63915a205fb0456ed618317c0a77f006f1cfcfae /README.md | |
parent | 91077623f093bf173ea9b224bb7bde15f3c2a13b (diff) |
feat: lazyload notify's configuration (#1855)
Co-authored-by: Luc Sinet <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |