Skip to content

Commit

Permalink
Moved VIM back to ~/ as otherwise certain features like :Explore were…
Browse files Browse the repository at this point in the history
… not working
  • Loading branch information
ifohancroft committed May 10, 2020
1 parent f45f48d commit 612ba1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .profile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export TASKDATA="$XDG_DATA_HOME"/task
export TASKRC="$XDG_CONFIG_HOME"/task/taskrc
export WEECHAT_HOME="$XDG_CONFIG_HOME"/weechat
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
export VIMINIT=":source $XDG_CONFIG_HOME"/vim/vimrc
export GNUPGHOME="$XDG_DATA_HOME"/gnupg
eval $(dircolors "$XDG_CONFIG_HOME"/dircolors)

7 changes: 0 additions & 7 deletions .config/vim/vimrc → .vimrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
" enter the current millenium
set nocompatible

" Clean up ~/
set undodir=$XDG_DATA_HOME/vim/undo
set directory=$XDG_DATA_HOME/vim/swap
set backupdir=$XDG_DATA_HOME/vim/backup
set viminfo+='1000,n$XDG_DATA_HOME/vim/viminfo
set runtimepath=$XDG_CONFIG_HOME/vim

" Formatting
set smartindent
set autoindent
Expand Down

0 comments on commit 612ba1c

Please sign in to comment.