SlipCover is a fast code coverage tool. It tracks a Python program as it runs and reports on the parts that executed and those that didn't. That can help guide your testing (showing code that isn't ...
For a more thorough configuration involving lazy-loading, see Lazy loading with lazy.nvim. Then you can use conform.format() just like you would vim.lsp.buf.format(). For example, to format on save: ...