pocco81 / true-zen.nvim

🦝 Clean and elegant distraction-free writing for NeoVim
GNU General Public License v3.0
984 stars 30 forks source link

Galaxyline shows grey lines above/below with integration enabled #64

Closed shaunsingh closed 3 years ago

shaunsingh commented 3 years ago

Switched recently from lualine to galaxyline, but I have have these bars now image

Truezen config: https://github.com/shaunsingh/vimrc-dotfiles/blob/5a3558bb7f4a29f0faa6ae9f578b2d4b29c0e9e8/.config/nvim/init.lua#L1324

pocco81 commented 3 years ago

This happens because in your config you haven't enabled those hi groups in the config for the Ataraxis mode. I actually changed this recently, here is a before and after comparison:

image

Remember you can always omit that part and TrueZen will pick the default values.

shaunsingh commented 3 years ago

Ah, sorry I missed that. Thank you for the great plugin and all the help!