From 9554dde3698cef38229fe9ea2a33d0d0aaf7c7fc Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Sun, 13 Oct 2024 13:28:08 -0500 Subject: [PATCH] vimrc: Add my LibreCode helpers --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index a95653d..90d7a81 100644 --- a/.vimrc +++ b/.vimrc @@ -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() """""""""""""""""""""""""""""""