Skip to content

julianorchard/init.lua

Repository files navigation

My Neovim Configuration

pre-commit

This is my neovim configuration which basically is where I live most of the time.

Installation

There are many ways to install this but they mainly involve creating a ~/.config/nvim folder at some point along the way...

With Ansible

These steps are for Ubuntu:

  1. Clone my main dotfiles repository
  2. Ensure Ansible is installed
  3. cd ansible && ./playbook --tags neovim
  4. Profit?

Manually

mkdir -p .config/nvim
git clone git@github.com:julianorchard/init.lua.git .

License

This repository is under the MIT license. See the LICENSE file for more information.