Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.45 KB

README.md

File metadata and controls

73 lines (45 loc) · 1.45 KB

nvim

Introduction

A starting point for Neovim that is:

  • Small
  • Single-file
  • Completely Documented

NOT a Neovim distribution, but instead a starting point for your configuration.

Installation

Install Neovim

Kickstart.nvim targets only the latest 'stable' and latest 'nightly' of Neovim. If you are experiencing issues, please make sure you have the latest versions.

Install Kickstart

NOTE Backup your previous configuration (if any exists)

Neovim's configurations are located under the following paths, depending on your OS:

OS PATH
Linux, MacOS $XDG_CONFIG_HOME/nvim, ~/.config/nvim
Windows (cmd) %localappdata%\nvim\
Windows (powershell) $env:LOCALAPPDATA\nvim\
Linux and Mac
git clone https://github.com/kristofferrisa/nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
Windows

If you're using cmd.exe:

git clone https://github.com/kristofferrisa/nvim.git "%localappdata%\nvim"

If you're using powershell.exe

git clone https://github.com/kristofferrisa/nvim.git "${env:LOCALAPPDATA}\nvim"

Post Installation

Start Neovim

nvim

Getting Started

The Only Video You Need to Get Started with Neovim

FAQ