6 lines
78 B
Lua
6 lines
78 B
Lua
return { "mawkler/hml.nvim",
|
|
function()
|
|
require("hml").setup {}
|
|
end
|
|
}
|