Move vim files to user dir
This commit is contained in:
@@ -0,0 +1 @@
|
||||
setlocal colorcolumn=81
|
||||
+1
@@ -0,0 +1 @@
|
||||
/home/rick/.config/vim/pack/plugins/opt/vim-hybrid-material/colors/hybrid_reverse.vim
|
||||
@@ -3,7 +3,11 @@ set nobackup
|
||||
set nocompatible
|
||||
|
||||
" 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
|
||||
|
||||
@@ -15,8 +19,9 @@ set clipboard=unnamedplus
|
||||
set encoding=utf-8
|
||||
set fileencoding=utf-8
|
||||
set hidden
|
||||
|
||||
set history=1000
|
||||
set mouse=a
|
||||
set ttimeoutlen=0
|
||||
set undolevels=1000
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user