summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins/hml.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/conf/plugins/hml.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/conf/plugins/hml.lua b/lua/conf/plugins/hml.lua
new file mode 100644
index 0000000..8c605c4
--- /dev/null
+++ b/lua/conf/plugins/hml.lua
@@ -0,0 +1,5 @@
+return { "mawkler/hml.nvim",
+ function()
+ require("hml").setup {}
+ end
+}