lukas-reineke / lsp-format.nvim

A wrapper around Neovims native LSP formatting.
564 stars 27 forks source link

[Feature Request] configure like neoformat #11

Closed siduck closed 3 years ago

siduck commented 3 years ago

Hi there, great plugin! Ive been using neoformat for a while now and it works well ootb . I just have to install neoformat and :Neoformat for formatting stuff. It needs no config , it'd be nice if format.nvim implements something similar too so for example , just installing format.nvim and external dependencies could be very nicee and no user config unless the user wants to add his own stuff.

check : https://github.com/sbdchd/neoformat/tree/master/autoload/neoformat/formatters

example : https://github.com/sbdchd/neoformat/blob/master/autoload/neoformat/formatters/c.vim

lukas-reineke commented 3 years ago

No sorry, I am not interested in maintaining specific formatter configuration.

siduck commented 3 years ago

No sorry, I am not interested in maintaining specific formatter configuration.

I meant for almost all languages , Ik it'd be too much of a hassle but no worries!