Skip to content
Discussion options

You must be logged in to vote

I missed important thing...
If I want ot add config field, setup() must be called in config field

config = function ()
  require('blink.cmp').setup(opts)  
  local capabilities = require('blink.cmp').get_lsp_capabilities()
    vim.lsp.config['*'] = {
      capabilities = capabilities,
  }
end

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Saghen
Comment options

@Jaehaks
Comment options

Answer selected by Jaehaks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants