diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-02-20 10:33:45 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-02-20 10:33:45 +0400 |
| commit | 97b7e5b9191ad507fdb071857c5d05accf407dda (patch) | |
| tree | a60994bc6c32ff87003c00695a64be00bdc51e54 /.profile | |
| parent | e102187d33fb5ee21ca9d6d2cf50f5f2404e8050 (diff) | |
Moved vim config into .config/vim and changed plugin manager to vim-plug
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share" # XDG Specific configs -export MYVIMRC="$XDG_CONFIG_HOME/nvim/init.vim" +export MYVIMRC="$XDG_CONFIG_HOME/vim/init.vim" export VIMINIT="source $MYVIMRC" export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker" |