1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Modernise and improve vim-setup script

This commit is contained in:
2017-12-18 16:53:43 +00:00
parent bd549b6424
commit 3351a95a0a
2 changed files with 19 additions and 7 deletions

View File

@ -9,7 +9,8 @@ export PATH="${PATH}:$DOTFILES/scripts"
export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open
# Allow Vim to load from ~/.config/vim
export MYVIMRC="$CONFIG_DIR/vim/vimrc"
export VIMDIR="$CONFIG_DIR/vim"
export MYVIMRC="$VIMDIR/vimrc"
export VIMINIT=":so $MYVIMRC"
export EDITOR="vim"