Skip to content
/ nvim Public

My neovim setup

Notifications You must be signed in to change notification settings

stonefeld/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim

My setup of nvim written in lua.

Dependencies

  • node and npm
  • python with python-venv package installed
  • tar, curl and/or git
  • A C compiler and libstdc++
  • fd and ripgrep

Installation

Simply clone the repository into your neovim config folder:

# For Linux/MacOS users
git clone https://github.com/stonefeld/nvim ~/.config/nvim

# For Windows users
git clone https://github.com/stonefeld/nvim C:/Users/user/AppData/Local/nvim

Once neovim is launched after cloning the repo, all plugins and tools will start downloading.