lsp: mark hack as HACK

This commit is contained in:
Ching Pei Yang 2024-11-03 19:26:06 +01:00
parent 6ef34511b1
commit e57ef1db64
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -117,7 +117,7 @@ in {
local capabilities = vim.lsp.protocol.make_client_capabilities()
${optionalString usingNvimCmp ''
-- TODO: copied from cmp-nvim-lsp. If we ever lazy load lspconfig we
-- HACK: copied from cmp-nvim-lsp. If we ever lazy load lspconfig we
-- should re-evaluate whether we can just use `default_capabilities`
capabilities = {
textDocument = {