MunifTanjim / prettier.nvim

Prettier plugin for Neovim's built-in LSP client.
MIT License
289 stars 9 forks source link

fix: updated null-ls format on save setup instructions for latest neovim #19

Closed Clish254 closed 1 year ago

Clish254 commented 2 years ago

Fixes #18 Updated null-ls setup instructions for latest neovim to fix the error below which is mentioned in issue #18

Error detected while processing BufWritePost Autocommands for "<buffer=3>":
E5108: Error executing lua [string ":lua"]:1: attempt to call field 'formatting' (a nil value)
stack traceback:
        [string ":lua"]:1: in main chunk

The code is from null-ls docs here

MunifTanjim commented 1 year ago

Thanks! 😃 Sorry for the delay. I made some tweaks before merging.

Clish254 commented 1 year ago

Thanks! smiley Sorry for the delay. I made some tweaks before merging.

Seen, no worries, thank you🚀