1
0
forked from extern/nix-config

vim: Add Caddyfile support

This commit is contained in:
Donovan Glover 2022-07-30 01:04:28 -04:00
parent f223c6c2f6
commit e1cd81f9b4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -53,6 +53,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 'isobit/vim-caddyfile'
call plug#end()
" ============================