-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Future of this plugin with null-ls being archived? #82
Comments
I am also interested and want to contribute in this post. I'm thinking the same way, the possibility of separating the dependency of |
for anyone else finding this issue: I found this plugin, which seems to enable auto-installation as well, and as far as I can tell, it works without null-ls: |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment! |
This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue on a supported version of Electron please open a new issue and include instructions for reproducing the issue. |
I really like this plugin and I'm wondering if there would be any support for none-ls: https://github.com/nvimtools/none-ls.nvim |
What changes would be needed to support it? I looked at the docs and I don't see anything that needs to change |
{
"jay-babu/mason-null-ls.nvim",
dependencies = {
"williamboman/mason.nvim",
"nvimtools/none-ls.nvim",
},
-- ... So far, directly replacing the null-ls dependency with none-ls is feasible. |
you can use mason-null-ls for this functionality too. just copy the list you give to the tool-installer to mason-null-ls and it'll work |
I can confirm it works as expected with none-ls |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment! |
Bro, Just Replace the |
#85, let me know if this gives modern vibes |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment! |
收到您的来信,谢谢~
|
With null-ls being archived in the near future, and up until now new maintainer in sight, I wanted to ask what the future of this plugin is going to be?
I personally work with three different devices, and I find the
ensure_installed
feature of this plugin immensely useful to ensure I have formatters/linters etc. installed at all devices.Will this plugin continue ensuring installation of linters/formatters, even without null-ls? Right now, null-ls is still listed as a requirement for this plugin, but technically, null-ls isn't really needed, since this plugin mainly interfaces with mason to install stuff, right? 🙏
The text was updated successfully, but these errors were encountered: