Skip to content

Mr-Maks-S-A/NeoVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim

OS PATH
Linux, MacOS $XDG_CONFIG_HOME/nvim, ~/.config/nvim
Windows (cmd) %localappdata%\nvim\
Windows (powershell) $env:LOCALAPPDATA\nvim\

CLone

Linux and Mac
git clone https://github.com/Mr-Maks-S-A/NeoVim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
Windows

If you're using cmd.exe:

git clone https://github.com/Mr-Maks-S-A/NeoVim.git "%localappdata%\nvim"

If you're using powershell.exe

git clone https://github.com/Mr-Maks-S-A/NeoVim.git "${env:LOCALAPPDATA}\nvim"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published