lukas-reineke / lsp-format.nvim

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

Enable/disable per buffer #49

Open thetic opened 2 years ago

thetic commented 2 years ago

AFAICT, formatting can only be toggled globally. It would be great if I could disable it for only a specific file (e.g. FormatBufDisable).

lukas-reineke commented 2 years ago

:+1: I'll add this when I have some time

jceb commented 9 months ago

This would be a great addition!