Calvin Bochulak
Calvin Bochulak
@dpetka2001 With 6c88bfde677036fd638fc11851383e370a374c69, Grapple now supports cycling through scopes. While you cannot cycle through scope IDs quite yet, you can accomplish the above workflow by hiding the scopes you do...
This would be a good integration. I am open to PRs adding this as a builtin feature
@ColinKennedy Thanks for taking the time to summarize. To clarify: > I think grapple does allow you to save the current cursor position? Correct. A cursor position can be specified...
While I agree that providing formatting options would be useful, I think that might be better suited as a later feature. For now, there are already a couple options available...
#22 Rewrite Portal.nvim - **BREAKING** Replace `portal#jump` with `Portal#tunnel` - **BREAKING** Replace `portal.query` with `portal.search` - **BREAKING** Remove `portal#jump_forward` - **BREAKING** Remove `portal#jump_backward` - **BREAKING** Remove most highlight groups -...
#27 Change default settings - **BREAKING** Change settings `max_results` to default as `nil` - **BREAKING** Change settings `filter` to default as `nil`
https://github.com/cbochs/portal.nvim/pull/37 refactor!: extract Portal.Content as a class - **BREAKING** `Portal.Content` additional data is now contained in a nested `extra` field
Noticed a deprecation warning using `NVIM v0.9.0-dev-1028+gd422fc827` ``` Warn 13:42:33 notify.warn vim.treesitter.get_node_at_pos() is deprecated, use vim.treesitter.get_node() instead. See :h deprecated This function will be removed in Nvim version 0.10...
I've been testing this out a bit over the past couple of days. Here are my comments so far: ### Indent The default `change_type` as `less` is pretty awkward. I...
> However, `change_type = 'diff'` is not really useful for "first" and "last" directions. I'm wondering, would you consider being able to specify the `change_type` individually for first/last and forward/backward...