Rename files

This commit is contained in:
Chris
2025-10-21 09:50:49 +01:00
parent 9415b1df07
commit 5c08ce032e
2 changed files with 21 additions and 1 deletions

View File

@@ -1,4 +1,25 @@
-- 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 {
'milanglacier/minuet-ai.nvim',
dependencies = { 'nvim-lua/plenary.nvim' },

View File

@@ -1,4 +1,3 @@
return {}
-- return {
-- 'zbirenbaum/copilot.lua',
-- event = 'InsertEnter',