Skip to content

Commit

Permalink
fix(nvim): update configuration with lazyvim extra copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Nov 16, 2023
1 parent 1fe2646 commit f540d4b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .config/nvim/lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ require("lazy").setup({
{ import = "lazyvim.plugins.extras.lang.go" },
{ import = "lazyvim.plugins.extras.lang.tailwind" },
{ import = "lazyvim.plugins.extras.lang.terraform" },
{ import = "lazyvim.plugins.extras.coding.copilot" },
{
import = "lazyvim.plugins.extras.coding.copilot",
-- Copilot configuration
"zbirenbaum/copilot.lua",
opts = { filetypes = { ["*"] = true } },
},
-- { import = "lazyvim.plugins.extras.dap.core" },
-- { import = "lazyvim.plugins.extras.vscode" },
{ import = "lazyvim.plugins.extras.util.mini-hipatterns" },
Expand Down

0 comments on commit f540d4b

Please sign in to comment.