ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.19k stars 109 forks source link

Alternative for null-ls? #156

Open alfredosdpiii opened 1 year ago

alfredosdpiii commented 1 year ago

I think efm might be a good alternative

ecosse3 commented 1 year ago

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.

alfredosdpiii commented 12 months ago

For now I use Neoformat because I only need prettier anyways

I'll also try to use formatter.nvim in the future

ecosse3 commented 9 months ago

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.

ayushkmr2009 commented 6 months ago

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