Steven Arcangeli
Steven Arcangeli
There's some information in `:help overseer-actions`, but it directs you to [lua/overseer/task_list/actions.lua](https://github.com/stevearc/overseer.nvim/blob/master/lua/overseer/task_list/actions.lua) as the source of truth. From there, you can see that the action is adding the `restart_on_save` component....
Please provide a minimal `init.lua` configuration (you can use the template from the bug report form) that will reproduce the issue, as well as a test file that I can...
I believe this was due to a change upstream in the treesitter parser. If you revert to an earlier version of nvim-treesitter it should exhibit the previous behavior.
I notice that after you close the rename dialog your cursor has moved to the beginning of the line, which would cause the LSP client to not know what variable...
Looks nice! I'd be open to looking at a PR
I would review a PR for this. I think I would prefer a more general approach, as expressing all of the possible changes someone might want to make as some...
Please follow the bug report template. It will guide you towards setting the log level to be more verbose so we can see exactly what command is being run. The...
The main barrier is that AFAIK there isn't a way to run a command in tmux and stream the output back to Neovim. Many of the features and components in...
This is a neat idea. Would probably require building a custom backend, like we did for [asciidoc](https://github.com/stevearc/aerial.nvim/blob/master/lua/aerial/backends/asciidoc.lua)
What I am thinking is: we are already finding every possible `package.json` file in the hierarchy. We then take that list and find the closest one that has scripts defined....