1
0
Fork 0

add description to nvim plugins

This commit is contained in:
Peter Domínguez 2025-05-25 00:20:22 -04:00
parent 92cd071b9a
commit e7b91f0ac2

View file

@ -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