fix(which-key): don't load which-key as a noice dep

This commit is contained in:
Folke Lemaitre 2023-06-17 08:20:44 +02:00
parent ebd002f135
commit f54d95d965
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -218,11 +218,6 @@ return {
},
-- noicer ui
{
"folke/noice.nvim",
event = "VeryLazy",
dependencies = {
-- which key integration
{
"folke/which-key.nvim",
opts = function(_, opts)
@ -231,7 +226,9 @@ return {
end
end,
},
},
{
"folke/noice.nvim",
event = "VeryLazy",
opts = {
lsp = {
override = {