mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 07:09:23 +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
|
@ -164,12 +164,6 @@ function M.setup()
|
|||
end)
|
||||
end
|
||||
|
||||
if lvim.builtin.notify.active then
|
||||
pcall(function()
|
||||
require("telescope").load_extension "notify"
|
||||
end)
|
||||
end
|
||||
|
||||
if lvim.builtin.telescope.on_config_done then
|
||||
lvim.builtin.telescope.on_config_done(telescope)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue