this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(lvim): remove some commented code

-24
-24
vim/lvim/lua/user/plugins/copilot.lua
··· 1 - -- return { 2 - -- "zbirenbaum/copilot-cmp", 3 - -- event = "InsertEnter", 4 - -- dependencies = { "zbirenbaum/copilot.lua" }, 5 - -- config = function() 6 - -- vim.defer_fn(function() 7 - -- -- https://github.com/zbirenbaum/copilot.lua/blob/master/README.md#setup-and-configuration 8 - -- require("copilot").setup({ 9 - -- suggestion = { enabled = false }, 10 - -- panel = { enabled = false }, 11 - -- }) 12 - -- -- https://github.com/zbirenbaum/copilot-cmp/blob/master/README.md#configuration 13 - -- require("copilot_cmp").setup() 14 - -- end, 100) 15 - -- end, 16 - -- } 17 - -- return { 18 - -- "zbirenbaum/copilot.lua", 19 - -- cmd = "Copilot", 20 - -- event = "InsertEnter", 21 - -- config = function() 22 - -- require("copilot").setup() 23 - -- end, 24 - -- } 25 1 return { 26 2 "github/copilot.vim", 27 3 }