https://github.com/ladislas/nvim
Lean 'n' Clean Neovim Config
https://github.com/ladislas/nvim
Last synced: 7 months ago
JSON representation
Lean 'n' Clean Neovim Config
- Host: GitHub
- URL: https://github.com/ladislas/nvim
- Owner: ladislas
- License: mit
- Created: 2014-10-19T20:13:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T17:15:59.000Z (over 5 years ago)
- Last Synced: 2025-01-28T08:54:29.768Z (8 months ago)
- Language: Vim script
- Size: 2.47 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim
> Lean 'n' Clean Neovim Config
## How to use
On OS X it's pretty easy:
- install [`homebrew`]
- `brew install neovim/neovim/neovim`
- `brew install python`
- `pip install neovim`
- `git clone --recursive https://github.com/ladislas/nvim ~/.config/nvim`
- open Neovim with `nvim`, press `:` and then type `PlugInstall`
- wait for the process to complete
- close Neovim with `:q`
- start NeovimYou should be good to go! :)
**Note:** if you are using `vim` or `mvim`, replace `nvim` by `vim` everywhere in the instruction.
[`homebrew`]: http://brew.sh/