/nvim

Primary LanguageLuaApache License 2.0Apache-2.0

💤 If3chi Nvim Config

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\

Clone the repo

Linux and Mac
git clone https://github.com/if3chi/nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
Windows

If you're using cmd.exe:

git clone https://github.com/if3chi/nvim.git %userprofile%\AppData\Local\nvim\

If you're using powershell.exe

git clone https://github.com/if3chi/nvim.git $env:USERPROFILE\AppData\Local\nvim\

Post Installation

Start Neovim

nvim