vimrc: Add my LibreCode helpers
This commit is contained in:
parent
4db04babfe
commit
9554dde369
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
|
@ -50,6 +50,10 @@ Plugin 'prabirshrestha/vim-lsp'
|
||||||
Plugin 'prabirshrestha/asyncomplete.vim'
|
Plugin 'prabirshrestha/asyncomplete.vim'
|
||||||
Plugin 'prabirshrestha/asyncomplete-lsp.vim'
|
Plugin 'prabirshrestha/asyncomplete-lsp.vim'
|
||||||
|
|
||||||
|
" My Librecode helpers
|
||||||
|
Plugin 'targetdisk/minitator'
|
||||||
|
au BufRead,BufNewFile *.annotated.head.json call minitator#macros()
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue