diff options
author | Squibid <me@zacharyscheiman.com> | 2025-05-31 03:32:58 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-05-31 03:32:58 -0400 |
commit | e830931ff421e4380d5de8b1926842000ba9be34 (patch) | |
tree | 207584548026db649bc6ab21df3b41b71ebfd830 /lua/conf/plugins/hml.lua | |
parent | ef678f31fdf24c0e6c4eca9a13ad9f63a53447b9 (diff) | |
download | nvim-e830931ff421e4380d5de8b1926842000ba9be34.tar.gz nvim-e830931ff421e4380d5de8b1926842000ba9be34.tar.bz2 nvim-e830931ff421e4380d5de8b1926842000ba9be34.zip |
Diffstat (limited to '')
-rw-r--r-- | lua/conf/plugins/hml.lua | 5 |
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 -} |