Configuration files for Neovim
NOTE [Backup] your previous configuration (if any exists)
Requirements:
- Make sure to review the readmes of the plugins if you are experiencing errors. In particular:
- See Windows Installation if you have trouble with
telescope-fzf-native
Neovim's configurations are located under the following paths, depending on your OS:
OS | PATH |
---|---|
Linux | $XDG_CONFIG_HOME/nvim , ~/.config/nvim |
MacOS | $XDG_CONFIG_HOME/nvim , '~/.config/nvim` |
Windows | %userprofile%\AppData\Local\nvim\ |
Clone config:
# on Linux and Mac
git clone https://github.com/IanTeda/Neovim-Config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
# on Windows
git clone https://github.com/IanTeda/Neovim-Config.git %userprofile%\AppData\Local\nvim\
Run the following command and then you are ready to go!
nvim --headless "+Lazy! sync" +qa