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

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