pull/82/head
Maxim Egorov 2024-04-25 13:21:49 +05:00
parent 075d186dca
commit be84eb5e6c
1 changed files with 5 additions and 3 deletions

View File

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