aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/lua/vim/lsp/util.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/lsp/util.lua b/runtime/lua/vim/lsp/util.lua
index 49f2126e32..82fc39142d 100644
--- a/runtime/lua/vim/lsp/util.lua
+++ b/runtime/lua/vim/lsp/util.lua
@@ -24,6 +24,7 @@ local border_size = {
rounded = { 2, 2 },
solid = { 2, 2 },
shadow = { 1, 1 },
+ bold = { 2, 2 },
}
--- Check the border given by opts or the default border for the additional