Skip to content

Conform breaking change #987

@SebasF1349

Description

@SebasF1349

Describe the bug

Conform.nvim has just introduced a breaking change. This is the commit: stevearc/conform.nvim@9228b2f

It seems that the only thing kickstart needs to update is the keymap and change

require('conform').format { async = true, lsp_fallback = true }

(https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua#L635)

with require('conform').format { async = true, lsp_format = "fallback" }

To Reproduce

  1. Just update conform.nvim (doesn't seem to crash kickstart, but probably the fallback won't work).

Desktop

  • OS: Ubuntu (WSL)
  • Terminal: Wezterm

Neovim Version

Nightly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions