/Neovim-Config

Configuration files for Neovim

Primary LanguageLuaGNU Affero General Public License v3.0AGPL-3.0

Neovim-Config

Configuration files for Neovim

Installation

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\ 

Post Installation

Run the following command and then you are ready to go!

nvim --headless "+Lazy! sync" +qa

References