mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2025-02-17 03:48:24 +00:00
Add sniprun to the list (#58)
While the awesomeness is subject to bias, it is definitively a Neovim exclusive, and the technology (RPC + Lua + Rust) makes it somehow interesting. Also, I noticed it actually superseed some of the plugins in the list ( namely [bfredl/nvim-luadev](https://github.com/bfredl/nvim-luadev) )
This commit is contained in:
parent
5a2014e5b9
commit
671572a51c
1 changed files with 4 additions and 0 deletions
|
@ -249,6 +249,10 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c
|
|||
|
||||
- [tjdevries/train.nvim](https://github.com/tjdevries/train.nvim) - Train yourself with vim motions and make your own train tracks :)
|
||||
|
||||
### Code Runner
|
||||
|
||||
- [michaelb/sniprun](https://github.com/michaelb/sniprun) - Run parts of code of any language directly from Neovim.
|
||||
|
||||
### GitHub
|
||||
|
||||
- [pwntester/octo.nvim](https://github.com/pwntester/octo.nvim) - Plugin to work with GitHub issues and PRs from Neovim. Just edit the issue description
|
||||
|
|
Loading…
Add table
Reference in a new issue