vim: Add vim-astro

Although I haven't used it to its fullest potential,
https://astro.build/ seems interesting.
This commit is contained in:
Donovan Glover 2023-01-07 00:47:35 -05:00
parent b1f7d08eac
commit a17bdb86f6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -50,6 +50,7 @@ call plug#begin('~/.vim/plugged')
Plug 'dbeniamine/todo.txt-vim', {'for': 'todo'}
Plug 'lervag/vimtex', {'for': 'tex'}
Plug 'pantharshit00/vim-prisma', {'for': 'prisma'}
Plug 'wuelnerdotexe/vim-astro', {'for': 'astro', 'branch': 'main'}
Plug 'isobit/vim-caddyfile'
call plug#end()