nvim: update ai extras
This commit is contained in:
parent
905f178b6e
commit
ffb371b3a6
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
|
|||
require("lazy").setup({
|
||||
spec = {
|
||||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
{ import = "lazyvim.plugins.extras.coding.copilot" },
|
||||
{ import = "lazyvim.plugins.extras.coding.copilot-chat" },
|
||||
{ import = "lazyvim.plugins.extras.ai.copilot" },
|
||||
{ import = "lazyvim.plugins.extras.ai.copilot-chat" },
|
||||
{ import = "lazyvim.plugins.extras.coding.mini-surround" },
|
||||
-- { import = "lazyvim.plugins.extras.coding.neogen" },
|
||||
{ import = "lazyvim.plugins.extras.dap.core" },
|
||||
|
|
Loading…
Add table
Reference in a new issue