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
This is to resolve a bug where the directory buffer that is opened in
netrw when using vim-vinegar would appear in the tabline list alongside
the file buffers.
To prevent this we are setting g:netrw_fastbrowse to 0
Resolves#5
This is to resolve a bug where the directory buffer that is opened in
netrw when using vim-vinegar would appear in the tabline list alongside
the file buffers.
To prevent this we are setting g:netrw_fastbrowse to 0
Resolves#5
How to Recreate
-
to trigger netrwReturn
Expected Behavior
There should be two buffers in the tabline at the top of the editor, one for each file
Actual Behavior
There are three buffers in the tabline at the top of the editor, one for each file plus one for the directory.
See tpope/vim-vinegar#13
Possible Solution
The
vim-vinegar
thread includes the suggestion of addingIf we add this we should:
lua/config/vinegar.lua
vim-vinegar
plugin insalcode-nvim/lua/plugins.lua
Line 58 in c5e541d
The text was updated successfully, but these errors were encountered: