Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 931 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 931 Bytes

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) %userprofile%\AppData\Local\nvim\
Windows (powershell) $env:USERPROFILE\AppData\Local\nvim\
To Clone (Mac, Linux)
git clone [email protected]:JoeyGarber/lazy-nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
To Clone (Windows, cmd.exe)
git clone [email protected]:JoeyGarber/lazy-nvim-config.git "%localappdata%\nvim"
To Clone (Windows, powershell.exe)
git clone [email protected]:JoeyGarber/lazy-nvim-config.git "${env:LOCALAPPDATA}\nvim"

Install Recipes

Get these too (WSL)
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim