Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodock/nvplugged
Janus like Vim distro (using vim-plug) for Neovim
https://github.com/brodock/nvplugged
janus neovim vim-plug
Last synced: 11 days ago
JSON representation
Janus like Vim distro (using vim-plug) for Neovim
- Host: GitHub
- URL: https://github.com/brodock/nvplugged
- Owner: brodock
- License: mit
- Created: 2016-02-15T17:13:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T21:37:21.000Z (5 months ago)
- Last Synced: 2024-10-31T13:46:06.555Z (18 days ago)
- Topics: janus, neovim, vim-plug
- Language: Vim Script
- Size: 96.7 KB
- Stars: 33
- Watchers: 4
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NvPlugged: NVim Distribution
Janus served me well for many years, but it's so damn slow today.
This evolved from a few hours hack project, in which I managed to port
most of the useful plugins and configs from Janus, to the
awesome and super-fast [vim-plug](junegunn/vim-plug).It then evolved to replacing many components while preserving original ergonomics.
To use this distro, you must install latest [Neovim](https://github.com/neovim/neovim)
which is the secret weapon to enable all the async non-blocking operations
that makes this distro super fast.## Copy/Paste easy install (OS X)
```sh
git clone https://github.com/brodock/nvplugged.git ~/.config/nvim
nvim +PlugInstall +qall
```