You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create two files (a and b) and change b slightly (say add an extra line), make sure a and b have at least 20 lines, more the better
With Beacon disabled do nvim -d a b (all good, notice that folding is being done correctly)
With Beacon enabled do nvim -d a b (folding is no longer happening, and too much highlighting).
Screenshots:
Working (Beacon disabled):
Failing (Beacon enabled):
Since I use Neovim for git diffing this is a showstopping issue preventing me from adopting Beacon. However, I would love to use Beacon since it, from my testing, is a nice productivity improvement.
Hopefully it is an easy fix. Heck, I would be fine if Beacon was entirely disabled in diff-mode, but enabled in normal editing mode.
Thanks.
The text was updated successfully, but these errors were encountered:
The beacon is disabled at the start of nvim and gets enabled at the VimEnter event if nvim was not started in diff-mode. Note that command :Beacon still works even in diff-mode.
Steps to reproduce:
Create two files (
a
andb
) and changeb
slightly (say add an extra line), make surea
andb
have at least 20 lines, more the betterWith Beacon disabled do
nvim -d a b
(all good, notice that folding is being done correctly)With Beacon enabled do
nvim -d a b
(folding is no longer happening, and too much highlighting).Screenshots:
Working (Beacon disabled):
Failing (Beacon enabled):
Since I use Neovim for
git diff
ing this is a showstopping issue preventing me from adopting Beacon. However, I would love to use Beacon since it, from my testing, is a nice productivity improvement.Hopefully it is an easy fix. Heck, I would be fine if Beacon was entirely disabled in diff-mode, but enabled in normal editing mode.
Thanks.
The text was updated successfully, but these errors were encountered: