From e7b91f0ac20e2a4004fbc2822324dc982255424e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dom=C3=ADnguez?= Date: Sun, 25 May 2025 00:20:22 -0400 Subject: [PATCH] add description to nvim plugins --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e3541ef..1a385f9 100644 --- a/README.md +++ b/README.md @@ -69,16 +69,16 @@ I use the [Dracula theme](https://draculatheme.com/), following their [color pal ## Neovim plugins -* [coq.artifacts](https://github.com/ms-jpq/coq.artifacts) -* [coq.thirdparty](https://github.com/ms-jpq/coq.thirdparty) -* [coq_nvim](https://github.com/ms-jpq/coq_nvim) -* [dracula.nvim](https://github.com/Mofiqul/dracula.nvim) -* [lazy](https://github.com/folke/lazy.nvim) -* [lualine](https://github.com/nvim-lualine/lualine.nvim) -* [nvim-autopairs](https://github.com/windwp/nvim-autopairs) -* [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) -* [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) -* [vim-lastplace](https://github.com/farmergreg/vim-lastplace) +* [coq.artifacts](https://github.com/ms-jpq/coq.artifacts): Part of the coq suite. +* [coq.thirdparty](https://github.com/ms-jpq/coq.thirdparty): Also part of the coq suite. +* [coq_nvim](https://github.com/ms-jpq/coq_nvim): Fast as FUCK nvim completion. +* [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. +* [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. +* [vim-lastplace](https://github.com/farmergreg/vim-lastplace): A vim / nvim plugin that intelligently reopens files at your last edit position. ## Other Misc. Tools