style: nvim lsp border

This commit is contained in:
DACHXY 2025-01-26 22:12:10 +08:00
parent d210845352
commit 7a2679afdd
8 changed files with 282 additions and 78 deletions

View file

@ -0,0 +1,8 @@
return { {
"folke/noice.nvim",
opts = {
presets = {
lsp_doc_border = true,
},
},
} }