lukas-reineke / lsp-format.nvim

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

extra key press after save #7

Closed caheredia closed 3 years ago

caheredia commented 3 years ago

Hi, thanks again for the plug-in. After the latest update, I noticed have to press Enter after saving (and auto formatting). Is there a way to go back to the previous behavior where auto formatting doesn't ask me for an extra key press?

Screen Shot 2020-11-16 at 11 12 04 PM

These are the settings I used to invoke formatting

" auto format and save
augroup Format
    autocmd!
    autocmd BufWritePost * FormatWrite
augroup END
lukas-reineke commented 3 years ago

:facepalm: I fixed that 2 weeks ago, but forgot to push

Should be fixed now :pray:

caheredia commented 3 years ago

awesome, thanks!