Move vim files to user dir

This commit is contained in:
Riyyi
2018-04-05 18:31:01 +02:00
parent 760c56d92c
commit c919c053a9
5 changed files with 9 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
setlocal colorcolumn=81
+1
View File
@@ -0,0 +1 @@
/home/rick/.config/vim/pack/plugins/opt/vim-hybrid-material/colors/hybrid_reverse.vim
+7 -2
View File
@@ -3,7 +3,11 @@ set nobackup
set nocompatible set nocompatible
" Setup paths " Setup paths
set viminfo+=n~/.cache/vim_history set backupdir=$XDG_CACHE_HOME/vim,/var/tmp/tmp
set directory=$XDG_CACHE_HOME/vim,/var/tmp/tmp
set packpath^=$XDG_CONFIG_HOME/vim,$XDG_CONFIG_HOME/vim/after
set runtimepath^=$XDG_CONFIG_HOME/vim,$XDG_CONFIG_HOME/vim/after
set viminfo+=n$XDG_CACHE_HOME/vim_history
"" General "" General
@@ -15,8 +19,9 @@ set clipboard=unnamedplus
set encoding=utf-8 set encoding=utf-8
set fileencoding=utf-8 set fileencoding=utf-8
set hidden set hidden
set history=1000 set history=1000
set mouse=a
set ttimeoutlen=0
set undolevels=1000 set undolevels=1000
set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc,.png,.jpg set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc,.png,.jpg
@@ -1 +0,0 @@
/usr/share/vim/vimfiles/pack/plugins/opt/vim-hybrid-material/colors/hybrid_reverse.vim