diff --git a/lua/custom/plugins/chatgpt.lua b/lua/custom/plugins/chatgpt.lua new file mode 100644 index 0000000..732a75b --- /dev/null +++ b/lua/custom/plugins/chatgpt.lua @@ -0,0 +1,13 @@ +return { + "jackMort/ChatGPT.nvim", + event = "VeryLazy", + config = function() + require("chatgpt").setup() + end, + dependencies = { + "MunifTanjim/nui.nvim", + "nvim-lua/plenary.nvim", + "nvim-telescope/telescope.nvim" + } +} + diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua new file mode 100644 index 0000000..75bb5e5 --- /dev/null +++ b/lua/custom/plugins/copilot.lua @@ -0,0 +1,12 @@ + +vim.cmd([[ + inoremap