Skip to content

Commit

Permalink
fix(nvim): copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 5, 2023
1 parent 52538f5 commit c6162e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/neovim/config/lua/user/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require("copilot").setup({
suggestion = { enabled = false },
panel = { enabled = false },
})
require("copilot_cmp").setup()

cmp.setup({
snippet = {
Expand Down

0 comments on commit c6162e3

Please sign in to comment.