Compare commits
2 Commits
9415b1df07
...
d44eac696f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d44eac696f | ||
|
|
5c08ce032e |
@@ -1,4 +1,25 @@
|
|||||||
-- AI code completion
|
-- AI code completion
|
||||||
|
-- return {
|
||||||
|
-- 'zbirenbaum/copilot.lua',
|
||||||
|
-- event = 'InsertEnter',
|
||||||
|
-- config = function()
|
||||||
|
-- require('copilot').setup {
|
||||||
|
-- suggestion = {
|
||||||
|
-- enabled = true,
|
||||||
|
-- auto_trigger = true,
|
||||||
|
-- keymap = {
|
||||||
|
-- accept = '<Tab>',
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
|
-- filetypes = {
|
||||||
|
-- yaml = true,
|
||||||
|
-- markdown = true,
|
||||||
|
-- gitcommit = true,
|
||||||
|
-- gitrebase = true,
|
||||||
|
-- },
|
||||||
|
-- }
|
||||||
|
-- end,
|
||||||
|
-- }
|
||||||
return {
|
return {
|
||||||
'milanglacier/minuet-ai.nvim',
|
'milanglacier/minuet-ai.nvim',
|
||||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
return {}
|
|
||||||
-- return {
|
|
||||||
-- 'zbirenbaum/copilot.lua',
|
|
||||||
-- event = 'InsertEnter',
|
|
||||||
-- config = function()
|
|
||||||
-- require('copilot').setup {
|
|
||||||
-- suggestion = {
|
|
||||||
-- enabled = true,
|
|
||||||
-- auto_trigger = true,
|
|
||||||
-- keymap = {
|
|
||||||
-- accept = '<Tab>',
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- filetypes = {
|
|
||||||
-- yaml = true,
|
|
||||||
-- markdown = true,
|
|
||||||
-- gitcommit = true,
|
|
||||||
-- gitrebase = true,
|
|
||||||
-- },
|
|
||||||
-- }
|
|
||||||
-- end,
|
|
||||||
-- }
|
|
||||||
Reference in New Issue
Block a user