chore(copilot): remove copilot
This commit is contained in:
parent
51e7717d88
commit
4adeabe1b8
@ -44,8 +44,8 @@ with final.pkgs.lib; let
|
||||
cmp-nvim-lua # neovim lua API as completion source | https://github.com/hrsh7th/cmp-nvim-lua/
|
||||
cmp-cmdline # cmp command line suggestions
|
||||
cmp-cmdline-history # cmp command line history suggestions
|
||||
copilot-lua # Github Copilot https://github.com/zbirenbaum/copilot.lua/
|
||||
copilot-cmp # Add Copilot as a cmp source # https://github.com/zbirenbaum/copilot-cmp/
|
||||
# copilot-lua # Github Copilot https://github.com/zbirenbaum/copilot.lua/
|
||||
# copilot-cmp # Add Copilot as a cmp source # https://github.com/zbirenbaum/copilot-cmp/
|
||||
# nvim-lspconfig
|
||||
# ^ nvim-cmp extensions
|
||||
|
||||
|
@ -103,7 +103,7 @@ cmp.setup {
|
||||
},
|
||||
sources = cmp.config.sources {
|
||||
-- The insertion order influences the priority of the sources
|
||||
{ name = "copilot", group_index = 2 },
|
||||
-- { name = "copilot", group_index = 2 },
|
||||
{ name = 'nvim_lsp', keyword_length = 3 },
|
||||
{ name = 'nvim_lsp_signature_help', keyword_length = 3 },
|
||||
{ name = 'buffer' },
|
||||
|
@ -7,7 +7,7 @@ vim.g.did_load_plugins_plugin = true
|
||||
-- even with default configs
|
||||
|
||||
require("dapui").setup()
|
||||
require("copilot_cmp").setup()
|
||||
-- require("copilot_cmp").setup()
|
||||
require('nvim-surround').setup()
|
||||
require('which-key').setup()
|
||||
require('Comment').setup()
|
||||
|
Loading…
x
Reference in New Issue
Block a user