-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
un staged files showing folded without filename by default #1294
Comments
What does |
Hi, It does not print out anything CleanShot.2024-05-17.at.17.49.14.mp4 |
I'm also hitting this issue, and have been on nightly for quite a while. Seems like something was just merged into master? |
Hi @CKolkey , I used your minimum config. Had to change the url of neogit as I believe its Is hardcoded to your personal path. I still have the same issue though |
I uninstall neovim and re-installed the latest and greatest using which fixed the folding issue for me
nvim version after the above commands
|
Description
After the latest release
v1.0.0
, when running:Neogit
the un-staged files and the commits are folded by default. which is hiding the filename. I am able to run: lua vim.o.foldenable = false
to bring back the expected behaviour. I assumed it must be some config change that I might have missed. I changed all the fold options to false but this only fixed the commit list folding.Is there a config that I am missing or is this by design ?
CleanShot.2024-05-17.at.00.00.12.mp4
Neovim version
NVIM v0.10.0-dev-565+g3688735c2-Homebrew
Build type: Release
LuaJIT 2.1.1713773202
Operating system and version
macOS Sanoma 14.4.1
Steps to reproduce
:Neogit
: lua vim.o.foldenable = false
to get expected UI with filenamesExpected behavior
filenames should show with just the diff folded
Actual behavior
no filenames showing only shows
+ -- x line folded
Minimal config
The text was updated successfully, but these errors were encountered: