You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
459 B

  1. return {
  2. 'saghen/blink.cmp',
  3. dependencies = {
  4. 'rafamadriz/friendly-snippets',
  5. },
  6. version = 'v0.*',
  7. opts = {
  8. appearance = {
  9. use_nvim_cmp_as_default = true,
  10. nerd_font_variant = 'mono'
  11. },
  12. sources = {
  13. default = { 'lsp', 'path', 'snippets', 'buffer' },
  14. },
  15. signature = {
  16. enabled = true,
  17. },
  18. },
  19. opts_extend = { "sources.default" }
  20. }