Formatting

This commit is contained in:
rockerBOO 2021-03-06 16:44:34 -05:00
parent 47597048c9
commit 500de2b6e2

View file

@ -34,6 +34,7 @@ Neovim supports a wide variety of UI's.
## Plugins
### Plugin Managers
- [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim) - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
- [savq/paq-nvim](https://github.com/savq/paq-nvim) - Neovim package manager written in Lua.
@ -137,6 +138,7 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c
- [ray-x/aurora](https://github.com/ray-x/aurora) - A 24-bit dark theme with Treesitter and LSP support
### Debugging
- [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap) - Debug Adapter Protocol client implementation for Neovim
- [sakhnik/nvim-gdb](https://github.com/sakhnik/nvim-gdb) - Thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB