From 29b3bfeaa1c4bc6a4f12567b36ab52e6919bcc18 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Tue, 12 May 2015 10:00:01 +0300 Subject: [PATCH] Add nvimcom, rename neovim.app to its repository name, reorder alphabetically. --- Related-projects.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Related-projects.md b/Related-projects.md index eb5d942..d305a71 100644 --- a/Related-projects.md +++ b/Related-projects.md @@ -6,13 +6,13 @@ | Platform | Project | |------------------|-------------------------------------------------------------------------| -| Rust IDE | [oakes/SolidOak](https://github.com/oakes/SolidOak) | -| Mac OS X | [rogual/neovim.app](https://github.com/rogual/neovim.app) | -| Mac OS X | [stefan991/NeoVimX](https://github.com/stefan991/NeoVimX) | -| Mac OS X | [qvacua/nvox](https://github.com/qvacua/nvox) | | Atom Integration | [carlosdcastillo/vim-mode](https://github.com/carlosdcastillo/vim-mode) | +| Electron UI | [coolwanglu/neovime](https://github.com/coolwanglu/neovim-e) | | GTK/Python UI | [neovim/python-client](https://github.com/neovim/python-client) | -| Electron UI | [coolwanglu/neovime](https://github.com/coolwanglu/neovim-e) | +| Mac OS X | [qvacua/nvox](https://github.com/qvacua/nvox) | +| Mac OS X | [rogual/neovim-dot-app](https://github.com/rogual/neovim-dot-app) | +| Mac OS X | [stefan991/NeoVimX](https://github.com/stefan991/NeoVimX) | +| Rust IDE | [oakes/SolidOak](https://github.com/oakes/SolidOak) | ### API clients @@ -26,29 +26,30 @@ | Haskell | [saep/nvim-hs](https://github.com/saep/nvim-hs) | | Julia | [bfredl/Neovim.jl](https://github.com/bfredl/Neovim.jl) | | Lua | [neovim/lua-client](https://github.com/neovim/lua-client) | -| Node.js | [ngroup/neovim.js](https://github.com/ngroup/neovim.js) | | Node.js | [fritzy/node-neovim](https://github.com/fritzy/node-neovim) | +| Node.js | [ngroup/neovim.js](https://github.com/ngroup/neovim.js) | | Python | [neovim/python-client](https://github.com/neovim/python-client) | +| R | [jalvesaq/nvimcom](https://github.com/jalvesaq/nvimcom) | | Ruby | [alexgenco/neovim-ruby](https://github.com/alexgenco/neovim-ruby) | -| Rust | [oakes/neovim-rs](https://github.com/oakes/neovim-rs) | | Rust | [dradtke/neovim-rs](https://github.com/dradtke/neovim-rs) | +| Rust | [oakes/neovim-rs](https://github.com/oakes/neovim-rs) | ### Plugins Neovim is compatible with most Vim plugins; following are some plugins that take special advantage of Neovim features: - [Floobits](https://github.com/Floobits/floobits-neovim) +- [Nvim-R](https://github.com/jalvesaq/Nvim-R) - [neomake](https://github.com/benekastah/neomake) - [neoterm](https://github.com/kassio/neoterm) +- [neovim-hackernews](https://github.com/dpzmick/neovim-hackernews) - [nvim-ipy](https://github.com/bfredl/nvim-ipy) -- [Nvim-R](https://github.com/jalvesaq/Nvim-R) - [vim-accio](https://github.com/pgdouyon/vim-accio) - [vim-man](https://github.com/bruno-/vim-man) - [vim-plug](https://github.com/junegunn/vim-plug) - [vim-test](https://github.com/janko-m/vim-test) -- [neovim-hackernews](https://github.com/dpzmick/neovim-hackernews) ### Projects with support for Neovim - - [Vroom](https://github.com/google/vroom) - - [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect) \ No newline at end of file + - [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect) + - [Vroom](https://github.com/google/vroom) \ No newline at end of file