I'm pretty much emacs noob. I've been tinkering in spacemacs for around a month now and got it set up pretty much how I like it. But since I updated it, header line that appears when I open a project using projectile became extra tall:
I've been trying to find a way to either remove it, or make it take a less space horizontally, but hadn't had any success. Can anybody help?
EDIT:
So after doing some changes with layers, I figured out that that "header-line" is actually coming from pyright (LSP backend for python).
UPDATE:
Adding (setq lsp-headerline-breadcrumb-enable nil)
to user config hides that header line.