Skip to content

Commit

Permalink
[neovim] Disable copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jan 21, 2025
1 parent 656f385 commit 3801fd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions home/neovim/plugins/lsp/config.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
require("copilot").setup({
panel = { enabled = false },
suggestion = { enabled = false },
})

require("copilot_cmp").setup()

local cmp = require("cmp")

-- https://github.com/hrsh7th/nvim-cmp
Expand Down Expand Up @@ -36,7 +29,6 @@ cmp.setup({
["<C-Space>"] = cmp.mapping.complete({}),
}),
sources = cmp.config.sources({
{ name = "copilot" },
{ name = "nvim_lsp" },
{ name = "nvim_lsp_signature_help" },
}, {
Expand Down
1 change: 0 additions & 1 deletion home/neovim/plugins/lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
pkgs.vimPlugins.cmp-buffer
pkgs.vimPlugins.cmp-nvim-lsp
pkgs.vimPlugins.cmp-nvim-lsp-signature-help
pkgs.vimPlugins.copilot-cmp
pkgs.vimPlugins.nvim-cmp
]

0 comments on commit 3801fd8

Please sign in to comment.