Closed ayushnix closed 2 years ago
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%% "
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.
Hello! please check #84.
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 is0.6.1
.Before switching on Ataraxis mode:
While Ataraxis mode is switched on:
After switching off Ataraxis mode: