mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
fix(which-key): don't load which-key as a noice dep
This commit is contained in:
parent
ebd002f135
commit
f54d95d965
1 changed files with 8 additions and 11 deletions
|
@ -218,11 +218,6 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- noicer ui
|
-- noicer ui
|
||||||
{
|
|
||||||
"folke/noice.nvim",
|
|
||||||
event = "VeryLazy",
|
|
||||||
dependencies = {
|
|
||||||
-- which key integration
|
|
||||||
{
|
{
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
|
@ -231,7 +226,9 @@ return {
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
|
"folke/noice.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
opts = {
|
opts = {
|
||||||
lsp = {
|
lsp = {
|
||||||
override = {
|
override = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue