@@ -0,0 +1,3 @@
+vim.cmd [[
+ au BufRead,BufNewFile *.bicep set filetype=bicep
+]]
@@ -0,0 +1 @@
+require("lsp").setup "bicep"
@@ -134,6 +134,20 @@ lvim.lang = {
},
+ bicep = {
+ formatters = {},
+ linters = {},
+ lsp = {
+ provider = "bicep",
+ setup = {
+ cmd = {
+ "dotnet",
+ DATA_PATH .. "/lspinstall/bicep/Bicep.LangServer.dll",
+ },
+ filetypes = { "bicep" },
c = {
formatters = {
-- {