My configuration files. Installed by placing symlinks or using Home Manager with nix.
-
bin
contains my user created scripts to go under~/bin
-
config
contains the config files to go under~/.config
-
home
contains config files which live under$HOME
There is a config directory for Neovim in this repository, but it does not reflect my main Neovim configuration. The directory found here merely provides a fallback vimscript config which reads the ~/.vim
Vim configuration. That way, you have the same configuration also directly work in Neovim. Be sure to rename the file to as init.vim
(i.e. remove the leading .
) for it to take effect.