This is originally a fork of dam9000/kickstart-modular.nvim.
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) | %localappdata%\nvim\ |
| Windows (powershell) | $env:LOCALAPPDATA\nvim\ |
Linux and Mac
git clone https://github.com/Casper-Olsen/neovim.config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvimWindows
If you're using cmd.exe:
git clone https://github.com/Casper-Olsen/neovim.config.git "%localappdata%\nvim"
If you're using powershell.exe
git clone https://github.com/Casper-Olsen/neovim.config.git "${env:LOCALAPPDATA}\nvim"
Start Neovim
nvimThat's it! Lazy will install all the plugins you have. Use :Lazy to view
the current plugin status. Hit q to close the window.