diff options
author | christianchiarulli <[email protected]> | 2021-09-03 18:38:46 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-09-03 18:38:46 -0400 |
commit | a77e36483b39c09ed39a4cd78de7c240e0f9e9a5 (patch) | |
tree | a99f503d01f539dfa9ab04106555f0cf3986d77a /ftdetect/bicep.lua | |
parent | 79a4a4295374933617b30ecff8c36bf8f6440d7a (diff) | |
parent | f82ffdca1fbd7733b42e07b3d68daac4f041985e (diff) |
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling
Diffstat (limited to 'ftdetect/bicep.lua')
-rw-r--r-- | ftdetect/bicep.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftdetect/bicep.lua b/ftdetect/bicep.lua new file mode 100644 index 00000000..bdd52e5e --- /dev/null +++ b/ftdetect/bicep.lua @@ -0,0 +1,3 @@ +vim.cmd [[ + au BufRead,BufNewFile *.bicep set filetype=bicep +]] |