diff options
author | Mark Huggins <[email protected]> | 2022-10-21 01:21:22 -0400 |
---|---|---|
committer | Mark Huggins <[email protected]> | 2022-10-24 10:40:00 +0200 |
commit | 30629e1a625a20eeebaa2d0ecdc79f7c26d1626c (patch) | |
tree | daf9a5d1a5e2d22beb85c460579d7d58a61b7d03 /utils/installer/config_win.example.lua | |
parent | ccd6d367b77d6ca2cd265f2c13e44e5cb09cc6b2 (diff) |
refactor(plugins)!: remove nvim-notify from core (#3300)
Diffstat (limited to 'utils/installer/config_win.example.lua')
-rw-r--r-- | utils/installer/config_win.example.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/installer/config_win.example.lua b/utils/installer/config_win.example.lua index 40cc34e8..ecdff296 100644 --- a/utils/installer/config_win.example.lua +++ b/utils/installer/config_win.example.lua @@ -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" |