This repositories contains my configuration for neovim.
It was inspired from ThePrimeagen repository and refactored to fit my needs.
You first need to install ripgrep :
sudo apt install ripgrep
Then you can clone this git repository :
git clone git@github.com:rustx/neovim-config
Finally you can create a symlink to link this repository to your local nvim config folder :
ln -sr neovim-config $HOME/.config/nvim
To enjoy the latest neovim version on ubuntu, you can use the stable ppa :
sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt update
sudo apt install neovim
More information to install neovim can be found on the project Github Page
The packer plugins should be synced to have everyhthing working as expected :
:PackerSync
This repository contains multiple themes in the theme folder.
If you would like to change theme, please just update the requirement in the init.lua package file.