summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins/hml.lua
blob: 8c605c4dceaf8a9e4cd4125eb5f6c649524bb701 (plain) (blame)
1
2
3
4
5
return { "mawkler/hml.nvim",
  function()
    require("hml").setup {}
  end
}