1
0

Use presets for lsp doc border and command prompt

This commit is contained in:
Patrick Auernig 2024-02-27 05:11:09 +01:00
parent bb19d85b65
commit 36f171e562

View File

@ -6,12 +6,9 @@ local spec = {
spec.event = "VeryLazy" spec.event = "VeryLazy"
spec.opts = { spec.opts = {
lsp = { presets = {
documentation = { command_palette = true,
opts = { lsp_doc_border = true,
border = { style = "rounded" }
}
}
} }
} }