chore: TODO issue links

This commit is contained in:
Alexander Courtis
2024-10-14 10:47:41 +11:00
parent 0fede9f813
commit ce09bfb95f
4 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ function M.fn(node)
M.open(node)
end
-- TODO always use native once 0.10 is the minimum neovim version
-- TODO #2430 always use native once 0.10 is the minimum neovim version
function M.setup(opts)
M.config = {}
M.config.system_open = opts.system_open or {}