lazyvim icon indicating copy to clipboard operation
lazyvim copied to clipboard

Not a real issue but I am really stuck at this

Open ZayRTun opened this issue 2 years ago • 2 comments

I cloned your lazyvim git and really enjoying it, but I am stuck at configuring blade-formatter.

    indentSize = 4,
    wrapAttributes = "preserve",
    wrapLineLength = 9999,
    endWithNewLine = true,
    useTabs = true,
    sortTailwindcssClasses = true,

I've looked around over the net to set the above options, but couldn't find any.

I was hoping you could provide some insight or advice on how to go about configuring these options correctly. Any advice you could offer would be greatly appreciated.

Thanks.

ZayRTun avatar Nov 25 '23 15:11 ZayRTun

Hi there, thanks for trying the config!

I've never configured my blade-formatter. Currently I am quite busy, but as soon as that changes I'll look into this.

In the meantime, I recommend looking at all relevant plugins. In this case, maybe look into creating a custom integration with conform.nvim which specifies your config (if blade-formatter supports that), use this as reference.

kauffinger avatar Nov 29 '23 11:11 kauffinger

Thanks will look into it...

ZayRTun avatar Nov 29 '23 11:11 ZayRTun