tracyone

Results 28 comments of tracyone

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.

Not working. `let g:vista_disable_statusline = 1` , The effect of this setting is: `let g:vista_disable_statusline = 0` , The effect of this setting is: None of them share one same...

`let g:vista_disable_statusline = 1` and `set statusline=2`, you can see two "2". But in neovim, There is only one "2" if `set statusline=2`

[How to debug like a PRO using Neovim](https://miguelcrespo.co/posts/how-to-debug-like-a-pro-using-neovim)

```patch diff --git a/autoload/te/complete.vim b/autoload/te/complete.vim index 6ac81e9..8a87d31 100644 --- a/autoload/te/complete.vim +++ b/autoload/te/complete.vim @@ -13,7 +13,7 @@ function! te#complete#cstag(timer) abort call te#utils#EchoWarning(l:cmd."Can not find any definition...") let l:ret = -1 endtry...

```patch diff --git a/autoload/te/complete.vim b/autoload/te/complete.vim index 8a87d31..1071dc0 100644 --- a/autoload/te/complete.vim +++ b/autoload/te/complete.vim @@ -36,33 +36,31 @@ function! te#complete#goto_def(open_type) abort if g:complete_plugin_type.cur_val ==# 'YouCompleteMe' let l:ret=s:YcmGotoDef() endif - endif - if...

Is this pr https://github.com/junegunn/vim-plug/pull/1157 solve your problem?