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\ |
git clone [email protected]:JoeyGarber/lazy-nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
git clone [email protected]:JoeyGarber/lazy-nvim-config.git "%localappdata%\nvim"
git clone [email protected]:JoeyGarber/lazy-nvim-config.git "${env:LOCALAPPDATA}\nvim"
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim