vimrc: Add my LibreCode helpers

This commit is contained in:
Andrea Rogers 2024-10-13 13:28:08 -05:00
commit 9554dde369

4
.vimrc
View file

@ -50,6 +50,10 @@ Plugin 'prabirshrestha/vim-lsp'
Plugin 'prabirshrestha/asyncomplete.vim'
Plugin 'prabirshrestha/asyncomplete-lsp.vim'
" My Librecode helpers
Plugin 'targetdisk/minitator'
au BufRead,BufNewFile *.annotated.head.json call minitator#macros()
call vundle#end()
"""""""""""""""""""""""""""""""