Note

This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process thoughts

Here's my thought on 💭 Formatting on save · jose-elias-alvarez/null-ls.nvim Wiki


neovim stopped formatting on save for me awhile ago and I have just been dealing with it. looks like there may have been an api change, idk.

I had to make this update.4


- vim.lsp.buf.format()
+ vim.lsp.buf.format({async=false})

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts