doc highlight config options update

fix-keymap-buffer
ray-x 2 years ago
parent dc0b8504bb
commit 547f2bc15d

@ -218,7 +218,7 @@ end
local function documentHighlight(bufnr)
bufnr = bufnr or api.nvim_get_current_buf()
if _NgConfigValues.lsp.documentHighlight == true then
if _NgConfigValues.lsp.document_hightlight == true then
local cmd_group = api.nvim_create_augroup('NGHiGroup', {})
api.nvim_create_autocmd({ 'CursorHold', 'CursorHoldI' }, {
group = cmd_group,

Loading…
Cancel
Save