Skip to content

blakekrpec/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Install Neovim

Ubuntu

  • Download Neovim, and Extract:
curl -LO https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.tar.gz
tar -xzf nvim-linux-x86_64.tar.gz
sudo mv nvim-linux-x86_64 /usr/local/bin/
sudo ln -s /usr/local/bin/nvim/bin/nvim /usr/local/bin/nvim
rm nvim-linux-x86_64.tar.gz
  • Verify installation:
nvim --version

Windows

  • Go to the Neovim GitHub Releases. Download the nvim-win64.msi file from the latest release.

  • Run the downloaded nvim-win64.msi file. Follow the prompts in the installer to complete the installation.

Configure Neovim

Clone this repo into ~/.config/ (Ubuntu) or ~/AppData/Local/ (Windows) as /nvim

Ubuntu

cd ~/.config

git clone git@github.com:blakekrpec/neovim-config.git nvim

Windows

cd ~/AppData/Local/

git clone git@github.com:blakekrpec/neovim-config.git nvim

Open Neovim

Open a terminal on Ubuntu, or a Windows Powershell on Windows and enter nvim. You can either run nvim from a project directory, or pass the project directory path to nvim.

Run nvim -- --no-session to start nvim with auto-session disabled.

Trouble Shooting/Notes

About

neovim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages