style: nvim lsp border
This commit is contained in:
parent
d210845352
commit
7a2679afdd
8 changed files with 282 additions and 78 deletions
8
home/config/nvim/lua/plugins/noice.lua
Normal file
8
home/config/nvim/lua/plugins/noice.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return { {
|
||||
"folke/noice.nvim",
|
||||
opts = {
|
||||
presets = {
|
||||
lsp_doc_border = true,
|
||||
},
|
||||
},
|
||||
} }
|
||||
Loading…
Add table
Add a link
Reference in a new issue