2025-02-12 22:23:22 -08:00
|
|
|
-- You can add your own plugins here or in other files in this directory!
|
|
|
|
|
-- I promise not to create any merge conflicts in this directory :)
|
|
|
|
|
--
|
|
|
|
|
-- See the kickstart.nvim README for more information
|
|
|
|
|
return {
|
|
|
|
|
-- Github Copilot
|
2025-03-14 15:25:41 -07:00
|
|
|
-- 'github/copilot.vim',
|
|
|
|
|
-- config = function()
|
|
|
|
|
-- vim.g.copilot_assume_mapped = true
|
|
|
|
|
-- vim.g.copilot_no_tab_map = true
|
|
|
|
|
-- vim.api.nvim_set_keymap('i', '<C-J>', 'copilot#Accept("<CR>")', { silent = true, expr = true })
|
|
|
|
|
-- end,
|
2025-02-12 22:23:22 -08:00
|
|
|
}
|