This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start NeoVim (>0.9) with different configurations. See: https://www.youtube.com/watch?v=LkHjJlSgKZY | |
# Unfortunately aliases are very limited so I opted for a function and it isn't possible to bind hotkeys AFAIK. | |
# | |
# Add this to $PROFILE | |
# in $items add the name of the config directory (in the same root as the orginal 'nvim' directory) | |
# | |
# The 'nvim_lazy' function is an 'alias' to directly start an nvim with a configuration. | |
# The 'nvims' function lets you choose a config using 'fzf'. (be sure to have 'fzf' installed, I use Scoop to install Powershell tools) | |
# |