null-ls.nvim icon indicating copy to clipboard operation
null-ls.nvim copied to clipboard

feat: add leptosfmt formatter

Open kjuulh opened this issue 1 year ago • 1 comments

Adds leptosfmt for formatting inline code blocks in the leptos rust web framework: https://github.com/leptos-rs/leptos

the formatter is here: https://github.com/bram209/leptosfmt

The PR is currently waiting for: https://github.com/bram209/leptosfmt/pull/30 before it can be merged.

This may be too niche of a tool, if so I will keep it in my own fork

kjuulh avatar Jun 07 '23 21:06 kjuulh

I'm taking a stab at forking null-ls given the recent announcement that null-ls is being archived, and I've implemented this in https://github.com/mskelton/null-ls.nvim/commit/90334d58

mskelton avatar Jul 14 '23 02:07 mskelton