From 3f18751ab9ff07621ce9acbb4b3dfe86b26157a9 Mon Sep 17 00:00:00 2001 From: Sergio Alejandro Ribera Costa <56278796+SergioRibera@users.noreply.github.com> Date: Sun, 31 Dec 2023 11:38:05 -0400 Subject: [PATCH] Add `SergioRibera/cmp-dotenv` (#1016) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b43c931..904b6a1 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ - [ms-jpq/coq_nvim](https://github.com/ms-jpq/coq_nvim) - Fast as FUCK Neovim completion. SQLite, concurrent scheduler, hundreds of hours of optimization. - [hrsh7th/nvim-cmp](https://github.com/hrsh7th/nvim-cmp) - A completion plugin written in Lua. New version of nvim-compe. - [lukas-reineke/cmp-under-comparator](https://github.com/lukas-reineke/cmp-under-comparator) - A nvim-cmp function for better sorting. + - [SergioRibera/cmp-dotenv](https://github.com/SergioRibera/cmp-dotenv) - Load environment variables from the shell or from your `.env` files. - [echasnovski/mini.nvim#mini.completion](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-completion.md) - Module of `mini.nvim` for asynchronous two-stage completion. Supports showing completion item info and independent function signature. - [vigoux/complementree.nvim](https://github.com/vigoux/complementree.nvim) - Light and synchronous completion plugin based on tree-sitter and with a functional-programming interface. - [nvimdev/epo.nvim](https://github.com/nvimdev/epo.nvim) - Blazingly fast, minimal LSP auto-completion and snippet engine.