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

@ -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