Explorar el Código

borders on docs

Chris hace 4 años
padre
commit
db9adf2fb8
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      lua/core/compe.lua

+ 5 - 1
lua/core/compe.lua

@@ -12,7 +12,11 @@ M.config = function()
     max_abbr_width = 100,
     max_kind_width = 100,
     max_menu_width = 100,
-    documentation = true,
+    documentation = {
+      border = "single",
+      winhighlight = "NormalFloat:CompeDocumentation,FloatBorder:CompeDocumentationBorder",
+    },
+    -- documentation = true,
 
     source = {
       path = { kind = "   (Path)" },