How do I troubleshoot the buffer contents not updating anymore for a custom formatter? #221
-
|
I have the following configuration for my filetype & formatter: ft("solidity"):fmt({
cmd = "forge",
args = { "fmt" },
stdin = false,
})It worked until recently and all of a sudden stopped. The formatter is still being run, my view of the file's contents in neovim just isn't being updated after the formatter is run. This is just an issue for this formatter my others are still working. I know the formatter is being run because when I alt-tab away and back to the terminal where neovim is running the updated file is shown. Any help is appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
xiaoshihou514
Jan 31, 2026
Replies: 1 comment
-
|
Should've been fixed, create issue if not |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xiaoshihou514
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should've been fixed, create issue if not