diff --git a/files b/files index f415f40..2961716 100644 --- a/files +++ b/files @@ -14,7 +14,7 @@ terminal/kitty.conf ~/.config/kitty/kitty.conf terminal/fish ~/.config/fish/config.fish themes ~/.slade3/text_styles/* themes/ripcord.json ~/.local/share/Ripcord/custom_theme.json -vim/vimrc ~/.vimrc +vim/vimrc ~/.vim/vimrc x11/61-xwiimote-custom.conf /etc/X11/xorg.conf.d/61-xwiimote-custom.conf x11/XCompose ~/.XCompose x11/Xresources ~/.Xresources diff --git a/vim/vimrc b/vim/vimrc index 37053ec..68dc435 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -63,6 +63,7 @@ set softtabstop=-1 set undolevels=10000 set tabpagemax=1000 set viminfo='100,/50,<50,s10,h,% +set viminfo+=n~/.vim/viminfo set encoding=utf-8 set fileencodings=ucs_bom,utf_8,sjis set fileformats=unix,dos,mac