From 321d92826c712721d0142a31befa10e85520d91f Mon Sep 17 00:00:00 2001 From: Ellison Date: Mon, 20 Nov 2023 12:21:44 -0300 Subject: [PATCH] Add `ellisonleao/dotenv.nvim` (#960) Co-authored-by: Thomas Versteeg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 535572d7a10..20700aebc09 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ ### Markdown and LaTeX - [ellisonleao/glow.nvim](https://github.com/ellisonleao/glow.nvim) - Markdown preview using glow. +- [ellisonleao/dotenv.nvim](https://github.com/ellisonleao/dotenv.nvim) - Minimalist .env support. - [iamcco/markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim) - Preview markdown on your modern browser with synchronised scrolling and flexible configuration. - [davidgranstrom/nvim-markdown-preview](https://github.com/davidgranstrom/nvim-markdown-preview) - Markdown preview in the browser using pandoc and live-server through Neovim's job-control API. - [jghauser/auto-pandoc.nvim](https://github.com/jghauser/auto-pandoc.nvim) - Easy pandoc conversion leveraging yaml blocks.