mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
Textobjects: set jump before going to adjacent_textobject
This commit is contained in:
parent
f3ed370643
commit
32271b26ef
4 changed files with 88 additions and 88 deletions
|
|
@ -67,4 +67,8 @@ function M.print_warning(text)
|
|||
api.nvim_command(string.format([[echohl WarningMsg | echo "%s" | echohl None]], text))
|
||||
end
|
||||
|
||||
function M.set_jump()
|
||||
vim.cmd "normal! m'"
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue