Skip to content

A plugin for Microsoft's domain-specific language Bicep

License

Notifications You must be signed in to change notification settings

carlsmedstad/vim-bicep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published