Calvin Bochulak
Calvin Bochulak
I am having a similar issue. Was able to map my E: drive to an Ubuntu server, but when I restarted my computer recently it could not re-connect to the...
I have been playing with custom layouts using the v0.16-beta (and recently v0.16 release) for a little bit. Here is a static 3-pane vertical layout that might help get you...
This could be an interesting option to make available. I would love to flush the idea out a bit more. I'm thinking that scopes might not necessarily need to be...
**#40 Performance Improvements + Scope API** * **BREAKING** scope resolvers are no longer just plain functions. They must be created using [`grapple.scope#resolver`](https://github.com/cbochs/grapple.nvim#grapplescoperesolver). See [Project Scope](https://github.com/cbochs/grapple.nvim#project-scopes) * **REMOVE** poorly performing lualine...
**#45 Better scope persistence** * **MIGRATION** scope that have been saved will need to go through a short (automatic) migration to separate named and unnamed tags from one another in...
**#49 Interval scope resolver** * **BREAKING** Move builtin scope resolvers to `require("grapple").resolvers` * From `require("grapple.scope").resolvers` * If you were using the name of a builtin scope resolver, you should't be...
#89 **Rewrite Grapple.nvim** Several breaking changes. Please see PR for more details.
This could be an interesting integration to include. I don't think this will be an priority for now, but would love to look into this later.
I've implemented something that might achieve a similar result, where all your tags sit next to your working buffer. That is, sending [scoped tags to the quickfix list](https://github.com/cbochs/grapple.nvim#grapplequickfix). This can...
Hey @abeldekat, grappleline looks great! A few questions: > Caching: Only recomputes the last line when needed Are you experiencing any measurable latency when using the default grapple.nvim statusline? Scope...