Remove unneeded comment's.
This commit is contained in:
parent
99d1871bfe
commit
5d68442624
@ -22,30 +22,4 @@ M.headerControl = function(action)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- M.promote = function()
|
|
||||||
-- local current_line = vim.api.nvim_get_current_line()
|
|
||||||
-- local row = vim.api.nvim_win_get_cursor(0)[1]
|
|
||||||
--
|
|
||||||
-- if current_line:match(header_regex) then
|
|
||||||
-- if current_line:match("^# (.+)") then
|
|
||||||
-- vim.notify("You can't promote this header anymore")
|
|
||||||
-- else
|
|
||||||
-- vim.api.nvim_buf_set_text(0, row - 1, 0, row - 1, 1, { "" })
|
|
||||||
-- end
|
|
||||||
-- end
|
|
||||||
-- end
|
|
||||||
--
|
|
||||||
-- M.demote = function()
|
|
||||||
-- local current_line = vim.api.nvim_get_current_line()
|
|
||||||
-- local row = vim.api.nvim_win_get_cursor(0)[1]
|
|
||||||
--
|
|
||||||
-- if current_line:match(header_regex) then
|
|
||||||
-- if current_line:match("^###### (.+)") then
|
|
||||||
-- vim.notify("You can't demote this header anymore")
|
|
||||||
-- else
|
|
||||||
-- vim.api.nvim_buf_set_text(0, row - 1, 0, row - 1, 0, { "#" })
|
|
||||||
-- end
|
|
||||||
-- end
|
|
||||||
-- end
|
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
Loading…
Reference in New Issue
Block a user