Closed xlucn closed 2 years ago
That is not related to texlab but to Neovim (as you note yourself since it doesn't happen with other clients). Please report it there. (I'd assume that this is because the client opens all workspace files, so the last one to open sets the title.)
Thanks, I will open an issue there.
If
title
option in neovim is set, and there is\include
of\input
command, the window(terminal) title will be changed to one of the included files. Occurs in neovim's lsp, but not vim + vim-lsp, other lsp client not tested.Texlab version: v3.3.1
MWE:
An empty test.tex, and main.tex as follows:
And a
test.vimrc
:Reproduce
nvim -u test.vimrc main.tex
main.tex ...
test.tex ...
If I change modes in vim, i.e., insert, normal, etc., the title also changes back and forth.