fixup: logging for setup method

pull/429/head
weirdgiraffe 3 months ago
parent ed292a05c5
commit 2608f2ca9c
No known key found for this signature in database
GPG Key ID: 1F15F3CEAD2926CA

@ -32,7 +32,7 @@ end
local M = {}
local enabled
function M.setup()
utils.log('enable codelens')
log('setup codelens, enabled=', _GO_NVIM_CFG.lsp_codelens)
vim.api.nvim_set_hl(0, 'LspCodeLens', { link = 'WarningMsg', default = true })
vim.api.nvim_set_hl(0, 'LspCodeLensText', { link = 'WarningMsg', default = true })
vim.api.nvim_set_hl(0, 'LspCodeLensSign', { link = 'WarningMsg', default = true })

Loading…
Cancel
Save