lukas-reineke / lsp-format.nvim

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

📝 Update README.md #15

Closed stefanitsky closed 2 years ago

stefanitsky commented 2 years ago

Hi! I just want to add a simple lua cmd example to enable auto format on save.

vim.cmd [[ augroup Format | exe "au BufWritePost * FormatWrite" | augroup END ]]