Rom Grk
Rom Grk
Sure, but I don't have much time or energy right now, I'll add it eventually, PR welcome.
Right. I actually have the feature implemented separately in my own config but it would indeed be ideal to have it in the plugin.
It might be easily doable, but I don't have much time these days. PR welcome.
Would #76 solve your use-case here? If so let's close this one, as that one is more general.
I'm not sure what's the real issue here? If we need to modify the dict, the solution would be: `vim.cmd('let g:bufferline.foo = v:true')`. If we want to help users modify...
It seems like the buffer layout calculation doesn't take into account that buffers are narrower with the new configuration. You can use `print(vim.inspect(...))` to see the calculated widths to find...
Sounds good. Can you use `nil` as the empty value rather than the empty string? Have you also tested that the other configuration options are still working as they were?...
This implementation is more complete: https://github.com/romgrk/nvim-treesitter-context It won't work as well as the screencast below for you though, I have compiled my neovim with https://github.com/neovim/neovim/pull/13117 that implements a `Scroll` autocmd....
Yep. But it's unusual. When we install any of the nerdfonts, they come as the font we want plus the patched icons, eg `DejaVu Sans Nerd Font`. This is a...
That would be a nice information to have on the readme. Any plans to make patched fonts? I don't think any of my terminals have fallback font support.