Explorar el Código

fix borders and doc highlight

christianchiarulli hace 4 años
padre
commit
7232e0f7e0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lua/default-config.lua

+ 2 - 2
lua/default-config.lua

@@ -67,9 +67,9 @@ O = {
       },
       signs = true,
       underline = true,
-      document_highlight = true,
-      popup_border = "single",
     },
+    document_highlight = true,
+    popup_border = "single",
   },
 
   plugin = {},