mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
fix
This commit is contained in:
parent
075d186dca
commit
be84eb5e6c
1 changed files with 5 additions and 3 deletions
|
|
@ -8,8 +8,10 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"folke/noice.nvim",
|
"folke/noice.nvim",
|
||||||
opts = function(_, opts)
|
opts = {
|
||||||
opts.presets.lsp_doc_border = true
|
presets = {
|
||||||
end,
|
lsp_doc_border = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue