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:
3
.profile
3
.profile
@ -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"
|
||||
|
Reference in New Issue
Block a user