dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit f808b46195268fc0f838e00fb39c4911de740d5f
parent 756b8d77b7b1b3c5bed4cfdee0eccbcdd047aff2
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 27 Feb 2021 14:04:22 +0100

vim: zepl changes got merged, so switch to upstream

Diffstat:
Mvim/vimrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -138,7 +138,8 @@ Plug 'segeljakt/vim-isotope' " Lightweight REPL (my fork) " upstream: https://github.com/axvr/zepl.vim.git -Plug 'thezeroalpha/zepl.vim', { 'on': ['Repl', 'ReplSend'], 'do': 'git remote add upstream https://github.com/axvr/zepl.vim.git' } +Plug 'axvr/zepl.vim', { 'on': ['Repl', 'ReplSend'] } +autocmd! User zepl.vim runtime! zepl/contrib/control_characters.vim " Evaluate markdown code blocks Plug 'gpanders/vim-medieval', { 'for': 'markdown' }