carlsmedstad / vim-bicep

A plugin for Microsoft's domain-specific language Bicep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A plugin for Microsoft's domain-specific language Bicep

License:MIT License


Languages

Language:Vim Script 98.8%Language:Makefile 1.2%