commit ddfc9e0d20468af32ee466d3698353f35810903c
parent 00c9c36c3828b7d6fe8629c69cd895846942c9f3
Author: Anders Damsgaard <andersd@riseup.net>
Date: Mon, 30 Oct 2017 15:51:05 -0400
rely on vim-scholarref plugin instead of manual mapping
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/links/.vim/keybinds.vim b/links/.vim/keybinds.vim
@@ -57,7 +57,7 @@ nmap <leader>C :e $MYVIMRC<CR>
nmap <leader>T :e ~/doc/todo.md<CR>
nmap <leader>B :e `kpsexpand '$TEXMFHOME'`/bibtex/bib/myfiles/BIB.bib<CR>
-nmap <leader>r :read !scholarref.py
+nmap <leader>r :ScholaRref
" insert date and time
nmap <leader>D :read !date<CR>
diff --git a/links/.vim/plugins.vim b/links/.vim/plugins.vim
@@ -54,6 +54,9 @@ Plug 'airblade/vim-gitgutter' " show line changes since last git commit
"""""" Processes """"""
Plug 'tpope/vim-dispatch' " for :Make
+"""""" My plugins """"""
+Plug 'anders-dc/vim-scholarref'
+
"""""" File types """"""
" General
Plug 'msanders/snipmate.vim' " boilerplate code