Browse Source

fix borders and doc highlight

christianchiarulli 4 years ago
parent
commit
7232e0f7e0
1 changed files with 2 additions and 2 deletions
  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 = {},