mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 11:21:42 +01:00
vim: Add vim-astro
Although I haven't used it to its fullest potential, https://astro.build/ seems interesting.
This commit is contained in:
parent
b1f7d08eac
commit
a17bdb86f6
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user