From 5a600d1cdc830d15549fe36a7b881f15ccb66886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dom=C3=ADnguez?= Date: Sun, 1 Jun 2025 12:17:18 -0400 Subject: [PATCH] update readme with new nvim plugins --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1a385f9..a377ec3 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,12 @@ I use the [Dracula theme](https://draculatheme.com/), following their [color pal * [dracula.nvim](https://github.com/Mofiqul/dracula.nvim): Dracula colorscheme for neovim written in Lua. * [lazy](https://github.com/folke/lazy.nvim): A modern plugin manager for Neovim. * [lualine](https://github.com/nvim-lualine/lualine.nvim): A blazing fast and easy to configure neovim statusline plugin written in pure lua. +* [mini-icons](https://github.com/echasnovski/mini.icons): Icon provider. Part of 'mini.nvim' library. * [nvim-autopairs](https://github.com/windwp/nvim-autopairs): Autopairs for neovim written in lua. * [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig): Quickstart configs for Nvim LSP. * [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons): Provides Nerd Font icons (glyphs) for use by neovim plugins. +* [plenary](https://github.com/nvim-lua/plenary.nvim): Several lua functions. +* [snacks](https://github.com/folke/snacks.nvim): A collection of QoL plugins for Neovim. * [vim-lastplace](https://github.com/farmergreg/vim-lastplace): A vim / nvim plugin that intelligently reopens files at your last edit position. ## Other Misc. Tools