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

Ataraxis mode hides the neovim vanilla statusline but doesn't bring it back #74

Closed
ayushnix opened this issue Jan 27, 2022 · 3 comments
Closed

Comments

@ayushnix
Copy link

When I switch on the Ataraxis mode, the statusline at the bottom (vanilla statusline that ships with neovim) gets hidden. However, when I switch off Ataraxis mode, the status line doesn't come back and stays hidden. No changes have been made to the default configuration and :TZAtaraxis is activated using <Leader>z. TrueZen has been installed as an optional plugin using packer. The neovim version is 0.6.1.

Before switching on Ataraxis mode:

swappy-20220128_012944

While Ataraxis mode is switched on:
swappy-20220128_012957

After switching off Ataraxis mode:
swappy-20220128_013011

@ProDeSquare
Copy link

ProDeSquare commented Feb 21, 2022

If you type :help statusline you can see the default status line is set to empty. To make it stay you can set your own status line. Below is an example of how I dealt with this issue.

vim.opt.statusline = " %f%=%y %{&fileencoding?&fileencoding:&encoding}[%{&fileformat}] %l,%c %p%% "

@xarthurx
Copy link

Same issue using feline for statusline.

It would be super helpful if the plugin can read what was the status before activating it, and restore it afterwards.

Relying on the user to define the statusline is not very user-friendly and require advanced knowledge for the user.

@pocco81
Copy link
Owner

pocco81 commented Jul 30, 2022

Hello! please check #84.

@pocco81 pocco81 closed this as completed Jul 30, 2022
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

4 participants