method textDocument/completion is not supported by any of the servers registered for the current buffer #121
-
|
I'm running completion module successfully. However, if I am editing a filetype that has servers but where those servers do not have completion, I keep getting this message:
This is correct, but how do I silence this? For example: when I'm editing a fish shell script with null-ls for formatting, I know I don't have completion. This makes it almost impossible to edit the script as it pop-up frequently. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Well, that shouldn't happen. I have only 'null-ls' formatting set up for markdown files and it works as expected - always uses fallback completion. Does this happen only with fish shell script files? Could you please run |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Well, that shouldn't happen. I have only 'null-ls' formatting set up for markdown files and it works as expected - always uses fallback completion. Does this happen only with fish shell script files?
Could you please run
:lua require('mini.misc').put_text(vim.lsp.get_active_clients({ bufnr = 0 }))in buffer where you are getting this behavior and post the output lines here? Don't forget to replace any absolute paths from output (like root directory, etc.).