This config was aimed to be minimalistic ➰, yet still appealing ✨ and ⚡ fast. Current startup time is 25ms on my MacAir.
Install neovim:
brew install neovim
Clone this repo to the ~config/nvim
path:
git clone git@github.com:jasmine-nguyen/nvimconf.git ~/.config/nvim
Run neovim in your terminal:
nvim
Note First start up will take more times as plugins are being installed for the first time. Also make sure you run :checkhealth
to ensure everything is installed correctly. You might need to install extra dependencies using brew
as per checkhealth
result.