refactor(plugins)!: remove nvim-notify from core (#3300)

This commit is contained in:
Mark Huggins 2022-10-21 01:21:22 -04:00 committed by GitHub
parent 30c65cfd74
commit 36c8bdee9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 109 deletions

View file

@ -80,7 +80,6 @@ lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
-- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile
lvim.builtin.alpha.active = true
lvim.builtin.alpha.mode = "dashboard"
lvim.builtin.notify.active = true
lvim.builtin.terminal.active = false
-- lvim.builtin.terminal.shell = "pwsh.exe -NoLogo"