style: nvim lsp border
This commit is contained in:
parent
d210845352
commit
7a2679afdd
8 changed files with 282 additions and 78 deletions
|
|
@ -29,6 +29,13 @@ return {
|
|||
},
|
||||
})
|
||||
end,
|
||||
ui = {
|
||||
windows = {
|
||||
default_options = {
|
||||
border = "rounded",
|
||||
},
|
||||
},
|
||||
},
|
||||
servers = {
|
||||
-- biome = {
|
||||
-- root_dir = function(fname)
|
||||
|
|
@ -90,7 +97,6 @@ return {
|
|||
end,
|
||||
},
|
||||
},
|
||||
setup = {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue