We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I close Neovim, the view is lost. I often edit a view using delete (dd), or trouble_add
dd
trouble_add
trouble.nvim/lua/trouble/sources/snacks.lua
Line 110 in 85bedb7
An API like require("trouble").save(filename, opts) to save a view to a file.
require("trouble").save(filename, opts)
Use quickfix list with romainl/vim-qf plugin. But it is hard to keep it in sync with trouble.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Did you check the docs?
Is your feature request related to a problem? Please describe.
When I close Neovim, the view is lost. I often edit a view using delete (
dd
), ortrouble_add
trouble.nvim/lua/trouble/sources/snacks.lua
Line 110 in 85bedb7
The view act as my to-do list. But noevim crash some time, so the editions made to the view are lost.
Describe the solution you'd like
An API like
require("trouble").save(filename, opts)
to save a view to a file.Describe alternatives you've considered
Use quickfix list with romainl/vim-qf plugin. But it is hard to keep it in sync with trouble.
Additional context
No response
The text was updated successfully, but these errors were encountered: