Often, I will have some code that looks like this:
some_lua_code() -- and a trailing comment
Eventually the line will get quite long and I will want to move the comment onto the line above:
--- a leading comment
some_lua_code()
Would it be possible to add a keybind for this? Maybe using treesitter queries?