mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 22:59:22 +02:00
refactor(plugins)!: remove nvim-notify from core (#3300)
This commit is contained in:
parent
30c65cfd74
commit
36c8bdee9f
9 changed files with 12 additions and 109 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue