Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
594 stars 102 forks source link

Add BufferLineSeparator for Bufferline Plugin #100

Closed CofCat456 closed 1 year ago

CofCat456 commented 1 year ago

There is a gap between the separator and the selected buffer, and this PR aims to solve it.

There is a similar issue here. https://www.reddit.com/r/neovim/comments/14mzaps/bufferline_plugin_help/

Before: image

After: image

image