This is my neovim configuration which basically is where I live most of the time.
There are many ways to install this but they mainly involve creating a
~/.config/nvim
folder at some point along the way...
These steps are for Ubuntu:
- Clone my main dotfiles repository
- Ensure Ansible is installed
cd ansible && ./playbook --tags neovim
- Profit?
mkdir -p .config/nvim
git clone git@github.com:julianorchard/init.lua.git .
This repository is under the MIT license. See the LICENSE file for more information.