jarvis icon indicating copy to clipboard operation
jarvis copied to clipboard

Use XDG_CONFIG_HOME

Open brandonkal opened this issue 5 years ago • 0 comments

This assumes that XDG_CONFIG_HOME is ~/.config

Ideally it should not. For instance, line 2 of init.vim should be:

execute 'source ' . stdpath('config') . '/plugins.vim'

I should be able to clone the repo and try it out:

git clone jarvis
XDG_CONFIG_HOME=$PWD/jarvis/config nvim jarvis

brandonkal avatar Feb 19 '20 09:02 brandonkal