Skip to content

Commit

Permalink
nvim: remove GitHub copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Mar 30, 2024
1 parent 7c9edc6 commit 41c1a05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
['<Down>'] = cmp.mapping.select_next_item(),
}),
sources = cmp.config.sources({
{ name = 'copilot' },
{ name = 'nvim_lsp' },
{ name = 'vsnip' },
{ name = 'path' },
Expand All @@ -70,14 +69,6 @@
})
})
-- Copilot config
require("copilot").setup({
suggestion = { enabled = false },
panel = { enabled = false },
})
require("copilot_cmp").setup()
-- Fuzzy finding config
require('fzf-lua').setup{
keymap = {
Expand Down
4 changes: 0 additions & 4 deletions modules/home-manager/terminal_environment/neovim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
vimPlugins.cmp-nvim-lsp
vimPlugins.cmp-path

# GitHub copilot integration
vimPlugins.copilot-lua
vimPlugins.copilot-cmp

# Used to format and make editing CSV files trivial
vimPlugins.csv

Expand Down

0 comments on commit 41c1a05

Please sign in to comment.