nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.43k stars 72 forks source link

Prettier Configuration File Patterns #57

Closed dnlznk closed 8 months ago

dnlznk commented 8 months ago

I added the module js file endings for all prettier configs and adjusted the prettier_eslint formatter pattern according to the prettier documentation.

mochaaP commented 8 months ago

I guess we could add a helper for cosmiconfig's config file pattern since many tool rely on this to load the configuration. What do you think about it?

mochaaP commented 8 months ago

Closed by https://github.com/nvimtools/none-ls.nvim/commit/2d765eb0fb577704985e859ac77dc280f9097c21

dnlznk commented 8 months ago

Yeah much better approach! Sorry for not replying, it was a busy week.

mochaaP commented 7 months ago

@g-plane is working on a refactor to detect fields in package.json.

Done: #67