Awesome
vim-bicep
A plugin for Microsoft's domain-specific language Bicep.
Installation
With Vim 8 packages:
git clone https://github.com/carlsmedstad/vim-bicep.git ~/.vim/pack/plugins/start/vim-bicep
With vim-plug:
call plug#begin()
Plug 'carlsmedstad/vim-bicep'
call plug#end()
With NeoVim and packer-nvim:
require("packer").startup(function()
use("carlsmedstad/vim-bicep")
end)
Credits
Inspiration taken from vim-terraform.