-
Notifications
You must be signed in to change notification settings - Fork 1
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
Show formatters and linters instead of null_ls
#25
Comments
I suppose, it would be better to create a separate component specially for your case. I don't use null_ls, but I'll try to look into it when I will have time |
@tnthi115 according to this issue jose-elias-alvarez/null-ls.nvim#1621 null-ls is not supported. Do you know an actual fork? |
Ok, I've found the answer. The LunarVim already moved to none-ls.nvim: LunarVim/LunarVim#4392. |
This snippet is probably helpful: https://gist.github.com/Lamarcke/36e086dd3bb2cebc593d505e2f838e07 |
@vladimir-popov Great work, thank you! Have you considered extending the |
@tnthi115 I'm still thinking that separate components are better and more flexible. For instance, I find it preferable to utilize the Maybe you have use-case in which separate components are not appropriate to you? |
@vladimir-popov I think your example works well. Thank you for your hard work! |
Instead of showing
null_ls
, it would be nice to see which formatters and linters are attached to the buffer like in Lunarvim or Astronvim.The text was updated successfully, but these errors were encountered: