Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blink #11

Merged
merged 13 commits into from
Jan 16, 2025
Merged

Blink #11

merged 13 commits into from
Jan 16, 2025

Conversation

gonstoll
Copy link
Owner

@gonstoll gonstoll commented Jan 4, 2025

Reopens #10


Adds blink.cmp as the default completion engine

TODO

Findings

  1. calc can be setup through the compatibility layer:
return {
  'saghen/blink.cmp',
  version = 'v0.*',
  dependencies = {
    'hrsh7th/cmp-calc',
    {'saghen/blink.compat', version = '*', lazy = true, opts = {}},
  },
  ---@module 'blink.cmp'
  ---@type blink.cmp.Config
  opts = {
    sources = {
      default = {'lsp', 'path', 'snippets', 'buffer', 'calc'},
      providers = {
        calc = {
          name = 'calc',
          module = 'blink.compat.source',
        },
      },
    },
  },
  opts_extend = {'sources.default'},
}
  1. There's a source for blink and emojis: https://github.com/moyiz/blink-emoji.nvim
  2. path source behavior solution is to disable use_typo_resistance for the
    time being.

@gonstoll gonstoll merged commit 01a1fda into master Jan 16, 2025
@gonstoll gonstoll deleted the blink branch January 16, 2025 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant