From cbb3b26d1664e8811a0367231f8f9cc867378d6b Mon Sep 17 00:00:00 2001 From: Andre Mossi <98118238+AndreM222@users.noreply.github.com> Date: Fri, 22 Dec 2023 14:00:45 -0500 Subject: [PATCH] docs(lualine): lualine integration plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d205adaf..fed64ecb 100644 --- a/README.md +++ b/README.md @@ -217,3 +217,4 @@ require("copilot").setup { The `copilot.api` module can be used to build integrations on top of `copilot.lua`. - [zbirenbaum/copilot-cmp](https://github.com/zbirenbaum/copilot-cmp): Integration with [`nvim-cmp`](https://github.com/hrsh7th/nvim-cmp). +- [AndreM222/copilot-lualine](https://github.com/AndreM222/copilot-lualine): Integration with [`lualine.nvim`](https://github.com/nvim-lualine/lualine.nvim).