mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
lsp: mark hack as HACK
This commit is contained in:
parent
6ef34511b1
commit
e57ef1db64
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue