Configuration files for my personal nvim setup
Inspired by @typecraft
I am running NVIM v0.9.4, but dependencies could change in the future. If using a Mac, brew install neovim
is a good option for sourcing nvim.
I was unsuccessful in getting this configuration to work in the default Mac Terminal (in an acceptable state), so I recommend using a third-party terminal emulator that supports advanced terminal color features. I use iTerm2, but Kitty and Alacritty should work as well (untested).
Before installing, save a backup of your previous nvim configuration if desired, and then delete the directory if it exists.
rm -rf ~/.config/nvim
Now you can download the repository.
git clone https://github.com/N8WM/nvim-config.git ~/.config/nvim
The first time running nvim after this command should install all dependencies and packages. The only thing left to do is to register your GitHub Copilot account (if you have one) with the command :Copilot auth
.
I recommend using DroidSansMono NerdFont (from nerdfonts.com) in your terminal emulator.