Co-authored-by: Azad <49314270+Akmadan23@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
27e66c2ea8
commit
0a7c24b675
@@ -124,6 +124,7 @@ function M.place_cursor_on_node()
|
||||
if not node or node.name == ".." then
|
||||
return
|
||||
end
|
||||
node = utils.get_parent_of_group(node)
|
||||
|
||||
local line = vim.api.nvim_get_current_line()
|
||||
local cursor = vim.api.nvim_win_get_cursor(0)
|
||||
|
||||
Reference in New Issue
Block a user