Akin
Akin
yeah indent blankline doesn't depend on conceal anymore or on the indentline plugin and does exactly what this is trying to achieve but you have to take a look a...
@CharaD7 I'm not against this, so if you'd like to raise a PR for it, should quite straightforward. You will need to add (yet another) option to the `config.lua` which...
@CharaD7 the comment I made earlier still holds, PRs welcome 🙏🏿
@4e554c4c I'm not sure exactly how you have neovim configured, but when I run `:colorscheme ` with bufferline this correctly updates the colours. Can you confirm that you are not...
Hi @Pocco81, so I think the reason this doesn't work is quite a tough problem to solve, essentially when you set `showtabline=0` manually it means that bufferline *isn't running* basically...
I think the solution if you want to maintain custom cycling via bufferline then really bufferline has to be running since otherwise that's sort of a chicken and egg problem....
Hi @SergioBenitez, So essentially tabs mode exists almost entirely due to user pressure rather than any specific desire of mine (/the curiosity of implementing it) I don't actually use it...
@yuttie I'm not sure why you can't just override the mouse commands in your config rather than importing an internal module `bufferline.config` and using that directly. I'd say that that...
Oh right, this is a regression from https://github.com/akinsho/bufferline.nvim/commit/0652db63345454701bfb8ed7705546c177bc4ef2
I've pushed a commit to `dev` which should allow normal overriding of the click commands in tab mode.