From 7c3289fded1f75f6e060f56bd06edc2a327744d9 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 6 May 2025 16:51:24 -0500 Subject: kitchen sink again :( --- lua/conf/plugins/hml.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/conf/plugins/hml.lua (limited to 'lua/conf/plugins/hml.lua') 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 +} -- cgit v1.2.1