Problem with tabline on/off (toggle with it bufferline plugin) #1039
Unanswered
morenohernan
asked this question in
Q&A
Replies: 1 comment
-
See the discussion in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
-------
I'm a newbie with neovim / lazyvim. I want to have the possibility to toggle on/off buffer tabs (I'm using bufferline plugin). So far I have this script(see below). In this way lazyvim starts with no tabline and by hitting bt I can toggle on/off tabs to see my buffers.
Problem
--------
Every time I save a file, if the tabline is disabled somehow it gets enabled. But this is not the behaviour I want, I just want to toggle it on/off only when I use the proper keystrokes(bt).
Beta Was this translation helpful? Give feedback.
All reactions