From 17c95048a3e2f6f492e3ffb6a712fc0ea6d9ea21 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 21 Mar 2024 20:52:35 +0100 Subject: [PATCH] chore(nvim): add comment for plugin --- nvim/lua/plugins/chatgpg.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/lua/plugins/chatgpg.lua b/nvim/lua/plugins/chatgpg.lua index e4a0a88..77d2bac 100644 --- a/nvim/lua/plugins/chatgpg.lua +++ b/nvim/lua/plugins/chatgpg.lua @@ -1,3 +1,5 @@ +-- ChatGPT Neovim Plugin +-- https://github.com/jackMort/ChatGPT.nvim return { "jackMort/ChatGPT.nvim", event = "VeryLazy",