summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorCraig Anderson <[email protected]>2021-09-03 21:11:14 +0100
committerGitHub <[email protected]>2021-09-04 00:41:14 +0430
commitf82ffdca1fbd7733b42e07b3d68daac4f041985e (patch)
treedc42b714402331459743dfe05841883dc9c957fe /ftplugin
parent8a168ed8773d8e46b9912a57fdd7ef10303872f1 (diff)
Add support for bicep (#1451)
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/bicep.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/bicep.lua b/ftplugin/bicep.lua
new file mode 100644
index 00000000..8ed9ca23
--- /dev/null
+++ b/ftplugin/bicep.lua
@@ -0,0 +1 @@
+require("lsp").setup "bicep"