liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags
https://liuchengxu.github.io/vista.vim
MIT License
1.88k stars 89 forks source link

Share same statusline of sidebar and other buffer #469

Open tracyone opened 8 months ago

tracyone commented 8 months ago

Following image showing neovim's plugin aerial.nvim.

Make it more like a fix panel.

Screen Shot 2023-11-16 at 22 25 04
liuchengxu commented 8 months ago

Not sure what the exact request is, could you elaborate? I'm not actively developing new features for vista.vim, but someone else may be interested in it.

tracyone commented 8 months ago

I just upload a picture that showing vim with vista.vim. The difference between aerial.nvim and vista.vim is weather use one same statusline with other buffer.

Screen Shot 2023-11-19 at 18 19 49
liuchengxu commented 8 months ago

You can disable the default vista statusline using let g:vista_disable_statusline = 1.

tracyone commented 8 months ago

Not working.

let g:vista_disable_statusline = 1 , The effect of this setting is:

Screen Shot 2023-11-19 at 18 19 49

let g:vista_disable_statusline = 0 , The effect of this setting is:

Screen Shot 2023-11-19 at 22 05 19

None of them share one same status line with other buffer.

liuchengxu commented 8 months ago

Once the builtin statusline from vista.vim is turned off, i.e, let g:vista_disable_statusline = 1, there is nothing that stops you from customizing the statusline. You should integrate vista.vim support into your statusline config instead of asking for the changes in vista.vim if I understand you correctly.

tracyone commented 7 months ago

let g:vista_disable_statusline = 1 and set statusline=2, you can see two "2".

Screen Shot 2023-11-21 at 22 07 49

But in neovim, There is only one "2" if set statusline=2

Screen Shot 2023-11-21 at 22 09 26
liuchengxu commented 7 months ago

I have no clue what your problem and request really is. Please post more detailed info about the current behavior in vista.vim and your expectation. A minimal vimrc for reproduction would be appreciated.