mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 06:39:25 +00:00
[neovim] Add copilot
This commit is contained in:
@ -168,10 +168,10 @@ require("lazy").setup({
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
},
|
||||
},
|
||||
{
|
||||
"Exafunction/codeium.nvim",
|
||||
event = "BufEnter",
|
||||
},
|
||||
-- {
|
||||
-- "Exafunction/codeium.nvim",
|
||||
-- event = "BufEnter",
|
||||
-- },
|
||||
|
||||
-- Snippets
|
||||
{ "L3MON4D3/LuaSnip", version = "v2.*", event = "InsertEnter" },
|
||||
@ -283,6 +283,24 @@ require("lazy").setup({
|
||||
ft = { "markdown" },
|
||||
},
|
||||
|
||||
-- Copilot
|
||||
{
|
||||
"zbirenbaum/copilot.lua",
|
||||
cmd = "Copilot",
|
||||
event = "InsertEnter",
|
||||
},
|
||||
{ "zbirenbaum/copilot-cmp" },
|
||||
{ "AndreM222/copilot-lualine" },
|
||||
{
|
||||
"copilotc-nvim/copilotchat.nvim",
|
||||
opts = {
|
||||
show_help = "yes",
|
||||
debug = false,
|
||||
disable_extra_info = "yes",
|
||||
},
|
||||
event = "VeryLazy",
|
||||
},
|
||||
|
||||
-- Folding
|
||||
{
|
||||
"kevinhwang91/nvim-ufo",
|
||||
|
Reference in New Issue
Block a user