pull/399/head
ray-x 8 months ago
parent c64281d7dc
commit 3b673f2560

@ -8,7 +8,7 @@ local utils = require('go.utils')
local log = utils.log
local trace = utils.trace
local config
local inlay_display = vim.fn.has('nvim-0.10') == 1 and _GO_NVIM_CFG.lsp_inlay_hints.style == 'inlay'
local inlay_display = vim.fn.has('nvim-0.10') == 1 and _GO_NVIM_CFG.lsp_inlay_hints.style == 'inlay' and vim.lsp.inlay_hint
-- local inlay_display = true
-- whether the hints are enabled or not
local enabled = nil

Loading…
Cancel
Save