Skip to content

iainsimmons/nvim-config

Repository files navigation

iainvim: Iain Simmons' Neovim configuration

Neovim dashboard Neovim editing

⚙️ dotfiles

Looking for the rest of my dotfiles? You can find those over at iainsimmons/dotfiles.

🔧 Install instructions

Install requires Neovim 0.11+. Always review the code before installing a configuration.

Clone the repository and install the plugins:

git clone git@github.com:iainsimmons/nvim-config ~/.config/iainsimmons/nvim-config

Open Neovim with this config:

NVIM_APPNAME=iainsimmons/nvim-config/ nvim

💤 Plugin manager

🔌 Plugins

Generating this README

To generate this file:

  1. Open Lazy (:Lazy)
  2. Put the cursor over a plugin name
  3. Press <localleader>r (localleader is set to , in my config)
  4. You should see a message "README.md succesfully generated"