Skip to content

Commit

Permalink
fix(nvim): copilot extras change from coding to ai
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Dec 29, 2024
1 parent b457661 commit 5f90313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require("lazy").setup({
{ import = "lazyvim.plugins.extras.lang.tailwind" },
{ import = "lazyvim.plugins.extras.lang.terraform" },
{ import = "lazyvim.plugins.extras.lang.prisma" },
{ import = "lazyvim.plugins.extras.coding.copilot" },
{ import = "lazyvim.plugins.extras.ai.copilot" },
-- { import = "lazyvim.plugins.extras.dap.core" },
-- { import = "lazyvim.plugins.extras.vscode" },
{ import = "lazyvim.plugins.extras.util.mini-hipatterns" },
Expand Down

0 comments on commit 5f90313

Please sign in to comment.