Files
nvim-hardline/lua/hardline/parts/whitespace.lua
2020-12-23 19:54:51 +01:00

9 lines
79 B
Lua

local M = {}
function M.get_item()
return table.concat({
})
end
return M