mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-23 03:23:05 +00:00
Formatting
This commit is contained in:
parent
47597048c9
commit
500de2b6e2
1 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue