Add missing document_highlight in default config (#743)

This commit is contained in:
hui.liu 2021-07-07 12:52:06 +08:00 committed by GitHub
parent 430965b7a6
commit e237f26cc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",