mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
2.03k stars 209 forks source link

fix: prevent cmd.exe taking over tab title #649

Closed xudyang1 closed 2 months ago

xudyang1 commented 2 months ago

648 indicates that C:\WINDOWS\system32\cmd.exe takes over tab title even when :set title. Setting options.hide in uv.spawn can hide the subprocess console window, and display title on the tab.

Closes #648.

mfussenegger commented 2 months ago

Thanks