- install nvim
- install packer
- install git
- install ripgrep
- install clang or other c compiler (for treesitter)
- install dotnet (optional, for c#)
After installing dependencies:
- on linux:
mkdir ~/.config/nvim
cd ~/.config/nvim
git clone https://github.com/MyGitHubBlueberry/nvim-config .
- on windows (powershell):
mkdir ~/AppData/Local/nvim
cd ~/AppData/Local/nvim
git clone https://github.com/MyGitHubBlueberry/nvim-config .
instiered by thePrimeagen's config