liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags

Home Page:https://liuchengxu.github.io/vista.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share same statusline of sidebar and other buffer

tracyone opened this issue · comments

Following image showing neovim's plugin aerial.nvim.

Make it more like a fix panel.

Screen Shot 2023-11-16 at 22 25 04

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.

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

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

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.

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.

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

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.