prettier.nvim icon indicating copy to clipboard operation
prettier.nvim copied to clipboard

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

Open Clish254 opened this issue 1 year ago • 0 comments

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

Clish254 avatar Oct 18 '22 09:10 Clish254