JaredVogt / neovimming

My Neovim Setup
0 stars 0 forks source link

init.vim #1

Open JaredVogt opened 2 years ago

JaredVogt commented 2 years ago

What is the best way to start up?

If using init.vim... how does it get variable to know what directory tree to source all other files from? Can I pass along a variable?

.nvimuser.sh

Symlink this into home directory and export the variable export NVIMUSER=jaredv. This needs to be sourced by .zshenv or .zshrc.

JaredVogt commented 1 year ago

This has been resolved with the use of get_activeUser.sh program. See README.md for details.