From 97b7e5b9191ad507fdb071857c5d05accf407dda Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 20 Feb 2022 10:33:45 +0400 Subject: Moved vim config into .config/vim and changed plugin manager to vim-plug --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index e9a0ba6..f36a08f 100644 --- a/.profile +++ b/.profile @@ -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" -- cgit v1.2.3