This repository holds the base Neovim configuration of Dreams of Code, for use in videos as a starting point in tutorials
if you have an existing neovim configuration, first back this up and clean out your neovim cache.
mv ~/.config/nvim ~/.config/nvim-backup
rm -rf ~/.local/share/nvim
To install this configuration on Linux & macOS, run the following command:
git clone [email protected]:dreamsofcode-io/DreamNvim.git ~/.config/nvim
Then, open up neovim in order to download and install the base configuration packages.
All custom plugins shown in videos should be added to the lua/custom/plugins.lua
file.
Each video will have a branch associated with it that will lock the configuration to the time that video was released.
There is no guarantee that these will work forever, especially as neovim develops.
Please feel free to contribute to this configuration.