Fork me on GitHub
#vim
<
2021-07-21
>
Proctor15:07:06

Do any other people try to run a clean-ns on BuffWritePre ? If so, have you seen a change where it causes Vim to think the buffer is dirty?

Proctor15:07:27

It seems new behavior, and am using NeoVim, NeoVim’s LSP, and clojure-lsp, so trying to narrow down scope of plugin updates…

Proctor15:07:40

undo doesn’t show any changes, but it seems to mark the buffer as changed/dirty since last save

lispyclouds19:07:17

People using neovim 0.5+ and https://github.com/lewis6991/gitsigns.nvim , if you see neovim crashing in a git repo after recent updates, have a look at https://github.com/lewis6991/gitsigns.nvim/issues/272 Got bitten by it pretty bad now, took a while to figure out that gitsigns was the issue 😓

lispyclouds21:07:29

fixed now 😄