"(outline) No response from provider when requesting symbols!" #73
Replies: 3 comments 3 replies
-
What LSP are you using for markdown? You can find out which one outline.nvim is calling using As for lua, this shouldn't be happening and I certainly am not able to reproduce it. Could you show or link to your entire config, including where this plugin is declared in your plugin manager? |
Beta Was this translation helpful? Give feedback.
-
@hedyhli btw can I search the outline for a phrase and have it show results? |
Beta Was this translation helpful? Give feedback.
-
This error is displayed when I try to trigger Outline when the lsp is not fully loaded. I can understand this behavior, but when I trigger the Outline again after the lsp is loaded, it still returns an error. And when I open other files of the same type, I still get an error. This does not occur when the Outline is triggered only after the vim is restarted and the lsp is completely loaded. In my memory, there was a time when this was not the case. When I trigger the Outline before the lsp is loaded, it does not report an error immediately. Instead, it waits until the lsp is loaded and then the outline window pops up. I don't know why it can't be like this later. |
Beta Was this translation helpful? Give feedback.
-
When I do
:OutlineOpen
on a markdown file it says(outline) No response from provider when requesting symbols!
, when I do so on a Lua file its blank. I have LSPs installed for both. I don't have any configuration other thanrequire("outline").setup({})
in my init.lua, am I supposed to? the repo page shows the defaults and LSP is on there.Beta Was this translation helpful? Give feedback.
All reactions