mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
adding section on plugins that enhance vim splits/windows (#182)
* Adding section on plugins enhancing vim splits * Update README.md * This is more clear as many users refer to splits as windows and vice versa
This commit is contained in:
parent
c4ddcd4833
commit
4e5ef412c4
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,7 @@ Collections of awesome [Neovim](https://neovim.io/) plugins. Mostly targeting Ne
|
|||
- [Tmux](#tmux)
|
||||
- [Remote Development](#remote-development)
|
||||
- [Music](#music)
|
||||
- [Splits and Windows](#splits-and-windows)
|
||||
- [External](#external)
|
||||
- [Version Managers](#version-managers)
|
||||
- [Boilerplate](#boilerplate)
|
||||
|
@ -551,6 +552,10 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c
|
|||
- [davidgranstrom/scnvim](https://github.com/davidgranstrom/scnvim)
|
||||
- [madskjeldgaard/reaper-nvim](https://github.com/madskjeldgaard/reaper-nvim)
|
||||
|
||||
### Splits and Windows
|
||||
|
||||
- [beauwilliams/focus.nvim](https://github.com/beauwilliams/focus.nvim) - Auto-Focusing and Auto-Resizing Splits/Windows for Neovim written in Lua! Vim splits on steroids.
|
||||
|
||||
## External
|
||||
|
||||
These tools are used externally to neovim to enhance the experience.
|
||||
|
|
Loading…
Reference in a new issue