Skip to content

... #1295

Answered by siduck
ghost asked this question in Q&A
... #1295
Jun 29, 2022 · 5 comments · 24 replies
Discussion options

You must be logged in to vote

hi @Thanatermesis , try this

  {
    "hrsh7th/nvim-cmp",
    dependencies = {
      {
        "zbirenbaum/copilot-cmp",
        config = function()
          require("copilot_cmp").setup()
        end,
      },
    },
    opts = {
      sources = {
        { name = "nvim_lsp" },
        { name = "luasnip" },
        { name = "buffer" },
        { name = "nvim_lua" },
        { name = "path" },
        { name = "copilot" },
      },
    },
  },

Replies: 5 comments 24 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
15 replies
@Thanatermesis
Comment options

@siduck
Comment options

Answer selected by siduck
@Thanatermesis
Comment options

@siduck
Comment options

@Thanatermesis
Comment options

@luizkowalski
Comment options

Comment options

You must be logged in to vote
1 reply
@siduck
Comment options

Comment options

You must be logged in to vote
1 reply
@siduck
Comment options

Comment options

You must be logged in to vote
7 replies
@siduck
Comment options

@cunbex
Comment options

@siduck
Comment options

@cunbex
Comment options

@siduck
Comment options

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