This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
null-ls autostart false #225
Answered
by
jose-elias-alvarez
vadymbiliuk
asked this question in
Q&A
-
Hi! After :LspInfo command I can see that my null-ls not working at all. Can someone please support me? |
Beta Was this translation helpful? Give feedback.
Answered by
jose-elias-alvarez
Oct 1, 2021
Replies: 1 comment 10 replies
-
It also looks like there's an issue elsewhere in your LSP config, since sumneko_lua isn't attached to a Lua buffer. |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
jose-elias-alvarez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
autostart
should always befalse
for null-ls, so that's normal behavior. Can you try running:NullLsInfo
and post the output?It also looks like there's an issue elsewhere in your LSP config, since sumneko_lua isn't attached to a Lua buffer.