-
Notifications
You must be signed in to change notification settings - Fork 43.7k
Closed
Description
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
- 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
Labels
No labels