Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 998 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 998 Bytes

gear-up.nvim

screenshot

Tiny configuration to get started with Neovim.

Goals:

  • Tiny (less than 100 lines)
  • Single-file
  • Language server support (+completions)

This configuration targets Neovim release 0.8+ and the nightly.

This repo is meant to be used as a starting point for a user's own configuration; remove the things you don't use and add what you miss. I suggest this blog post by Heiker Curiel for a general overview of configuring Neovim.

Installation

  • Backup your previous configuration
  • Copy and paste the file init.lua into $HOME/.config/nvim/init.lua
  • Start neovim
  • Wait until packages have been downloaded and press q
  • Restart neovim

See also