Alternative for null-ls?
alfredosdpiii opened this issue · 5 comments
I think efm might be a good alternative
For now this is on hold, since with Frontend development we mostly don't need independent formatter. You can configure prettier
per project what I recommend. I consider using mhartington/formatter.nvim in future, but now adding formatter plugin to EcoVim on your own is recommended.
For now I use Neoformat because I only need prettier anyways
I'll also try to use formatter.nvim in the future
Just to let you know all. I'm testing Ecovim with stevearc/conform.nvim: Lightweight yet powerful formatter plugin for Neovim and mfussenegger/nvim-lint: An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support. right now and it works great. I may release it soon as alternative to null-ls
.
For now this is on hold, since with Frontend development we mostly don't need independent formatter. You can configure
prettier
per project what I recommend. I consider using mhartington/formatter.nvim in future, but now adding formatter plugin to EcoVim on your own is recommended.
which plugin is being used right now, because i am searching for the config file (idk where it is) so that i can configure black formatter for python and maybe pylint,isort too if possible
It's done in v4.0.0
.