-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
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
null-ls.nvim
has been archived
#851
Comments
null-ls.nvim
is going to be achievednull-ls.nvim
is being archived
maybe we should roll back to efm? or wait for the fork? |
IMO we can wait for a while to see if there's any progress |
Several interesting points on moving forward & possible perplexity: https://youtu.be/oy_-hQdkoXg. |
I just saw this last night lol. |
Don't be hurry, waiting a better fork/successor for a while. Of course, we can also rollback to |
I'm also looking the status of the plugin closely, since it's by glepnir. |
unpopular opinion: glepnir plugin moves faster than the speed of light, which makes living on the edge nice, with a huge burden to always try to keep up with every plugin changes 😄 |
This comment was marked as duplicate.
This comment was marked as duplicate.
null-ls.nvim
is being archivednull-ls.nvim
has been archived
The most acceptable way for myself. |
From a quick look at the library, it seems like they have yet to have support for lazy initialisation. So this probably will need to couple with LSP config 🤔 |
Also, you may use nvimtools/none-ls.nvim as a successor. |
After I replaced
|
IMO maybe we could consider splitting the functionalities provided by |
I think the "correct" way to do this is
For code actions, I feel like it should depends on language-specific. For example, typescript plugins (don't really remember what the specific name is) does have Codeaction, so does rust-tools, clang_extensions. For all of the things that is not supported by default editors, I feel like we shouldn't do anything more. (my philosophy with editor is sometimes less is more) |
@aarnphm agree, some LSP servers has their own formatting features which are called by |
Ye the users responsibility is to call |
See this issue
The text was updated successfully, but these errors were encountered: