Contents
- Introduction
- Getting Started
This is a lightweight and fast Neovim configuration fully written in Lua, it is being constantly iterated. You can freely use it out-of-the-box or you can install it and modify it to meet your personal requirements.
- Check Neovim version, you'll need at least the latest release
- Install Nerd Font and set it as your terminal font (optional)
- Install Ripgrep, it is required for Telescope searches (optional)
For Linux/MacOS users
-
Create a backup
mv ~/.config/nvim ~/.config/nvim.bak mv ~/.local/share/nvim ~/.local/share/nvim.bak
-
Clone configuration
git clone https://github.com/felicandalc/nvim ~/.config/nvim
For Windows users
-
Create a backup
Move-Item -Path $HOME\AppData\Local\nvim -Destination $HOME\AppData\Local\nvim.bak Move-Item -Path $HOME\AppData\Local\nvim-data -Destination $HOME\AppData\Local\nvim-data.bak
-
Clone configuration
git clone https://github.com/felicandalc/nvim $HOME\AppData\Local\nvim