josean-dev / dev-environment-files

2.64k stars 740 forks source link

Update null-ls.lua #19

Closed MarkCodesTheWeb closed 1 year ago

MarkCodesTheWeb commented 1 year ago

change 'formatting.prettier.with({disabled_filetypes: {}})' to 'formatting.prettier.with({disabled_filetypes = {}}) to correct' for correct syntax. The original usage gives an error.

michael-duren commented 1 year ago

OMG, thank you @gamerilla . Literally my formatting wasn't working until I uncommented that.