summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-02-20 10:33:45 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-02-20 10:33:45 +0400
commit97b7e5b9191ad507fdb071857c5d05accf407dda (patch)
treea60994bc6c32ff87003c00695a64be00bdc51e54 /.profile
parente102187d33fb5ee21ca9d6d2cf50f5f2404e8050 (diff)
Moved vim config into .config/vim and changed plugin manager to vim-plug
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
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"