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