creativenull / efmls-configs-nvim

An unofficial collection of linters and formatters configured for efm-langserver for neovim.
MIT License
277 stars 42 forks source link

Adopt formatter/linter commands from dead `null-ls` #98

Closed hinell closed 1 year ago

hinell commented 1 year ago

Hi.

null-ls is similar to efmls but it got archive recently. I suggest to borrow some commands from their list of configs, see: BUILTINS

My best!

creativenull commented 1 year ago

I'm not sure I understand, what do you mean by commands?

hinell commented 1 year ago

@creativenull efm-ls takes as input tools that define commands to run. null-ls does the same, but in a bit different way. Worth to use as reference.

creativenull commented 1 year ago

Oh I see, well this has been the main goal of efmls-configs (adding tools that other plugins such as null-ls provides) 😅

If you don't see any tools that null-ls already provides then PRs are always.