Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

heirline / wilder woes after 8fb1f07: Receiving error E36 Not enough room #136

Closed
catgoose opened this issue Apr 10, 2023 · 2 comments
Closed

Comments

@catgoose
Copy link

catgoose commented Apr 10, 2023

nvim -v NVIM v0.9.0

image

Same issue as #49

The solution of using

	require("heirline").setup(StatusLines) --, WinBar)
	require("heirline").winbar = require("heirline.statusline"):new(WinBars)
	vim.opt.winbar = "%{%v:lua.require'heirline'.eval_winbar()%}"

does not work as is the fix for issue #49 (#47 (comment)). Besides I stopped having to use that fix sometime during 0.9 development

Using commit 750a112 does not produce the error.

@rebelot
Copy link
Owner

rebelot commented Apr 10, 2023

please see if latest commit fixes the problem

@catgoose
Copy link
Author

Thanks that fixed it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants