Add formatting section and plugins

Adds an additional section for formatting plugins
Adds formatter.nvim and format.nvim
main
Soi Le Dit 3 years ago committed by Thomas Versteeg
parent 271e4b92ea
commit 90d1771cf2

@ -60,6 +60,7 @@ Collections of awesome [Neovim](https://neovim.io/) plugins. Mostly targeting Ne
- [Project](#project)
- [Browser integration](#browser-integration)
- [Editing supports](#editing-supports)
- [Formatting](#formatting)
- [Web development](#web-development)
- [Media](#media)
- [Discord Rich Presence](#discord-rich-presence)
@ -425,6 +426,11 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c
- [mizlan/iswap.nvim](https://github.com/mizlan/iswap.nvim) - Interactively select and swap function arguments, list elements, and more. Powered by tree-sitter.
- [nacro90/numb.nvim](https://github.com/nacro90/numb.nvim) - Peek lines in a non-obtrusive way.
### Formatting
- [mhartington/formatter.nvim](https://github.com/mhartington/formatter.nvim) - A format runner for Neovim written in Lua.
- [lukas-reineke/format.nvim](https://github.com/lukas-reineke/format.nvim) - Fast asynchronous formatting for Neovim. Supports formatting embedded code blocks.
### Web development
- [NTBBloodbath/rest.nvim](https://github.com/NTBBloodbath/rest.nvim) - A fast Neovim http client written in Lua.

Loading…
Cancel
Save