/neovim

Primary LanguageLua

Description

Minimalist and organised neovim config taking inspiration from many areas.

Designed for use with a moonlander keyboard current layout but should be usable on any regular keyboard.

Aims

  • Simplicity
    • Use as few things as reasonably practicable but provide an IDE-like experience
  • Go with the grain
    • Use the built in vim commands as much as possible and only remap where necessary

System Requirements

Use it

  • Remove your current config: rm -rf $HOME/.config/nvim
  • Make a directory to house your config: mkdir $HOME/.config/nvim
  • Put this config in that folder: git clone https://github.com/alunturner/neovim $HOME/.config/nvim