mirror of https://github.com/LazyVim/starter
fix
parent
075d186dca
commit
be84eb5e6c
|
@ -8,8 +8,10 @@ return {
|
|||
},
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.presets.lsp_doc_border = true
|
||||
end,
|
||||
opts = {
|
||||
presets = {
|
||||
lsp_doc_border = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue