Rename files
This commit is contained in:
@@ -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,4 +1,3 @@
|
|||||||
return {}
|
|
||||||
-- return {
|
-- return {
|
||||||
-- 'zbirenbaum/copilot.lua',
|
-- 'zbirenbaum/copilot.lua',
|
||||||
-- event = 'InsertEnter',
|
-- event = 'InsertEnter',
|
||||||
|
|||||||
Reference in New Issue
Block a user