Browse Source

Add missing document_highlight in default config (#743)

hui.liu 4 năm trước cách đây
mục cha
commit
e237f26cc6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lua/default-config.lua

+ 1 - 0
lua/default-config.lua

@@ -20,6 +20,7 @@ O = {
   smart_case = true,
   lushmode = false,
   hl_search = false,
+  document_highlight = false,
   transparent_window = false,
   leader_key = "space",
   vnsip_dir = vim.fn.stdpath "config" .. "/snippets",