Os recursos cliente-servidor de vim
dependem do X11, citando sua ajuda :
The communication between client and server goes through the X server. The display of the Vim server must be specified. The usual protection of the X server is used, you must be able to open a window on the X server for the communication to work.
[...]
A non GUI Vim with access to the X11 display (
xterm-clipboard
enabled), can also act as a command server if a server name is explicitly given with the--servername
argument.
Esta postagem da lista de e-mails é mais clara sobre o que é necessário:
Except on Windows, communication between server and client goes through X11, so in that case you need both the
--with-x
configuration option (or default) at compile-time (which, in turn, requires one or more X11 "development" packages to be installed) and an available X server at run-time.
Assim, , se você estiver preocupado com os recursos do seu "cavalo de batalha", talvez seja melhor acionar vim
instâncias quando necessário.
Edit: Você pode se safar com "less than gvim
" construindo vim
(por exemplo, reconstruindo o pacote Debian ( PDF do tutorial de empacotamento )) que, embora ainda precise do X11, você poderia ficar sem o GTK, etc.