gomaé um ótimo editor de texto, pois possui atualização contínua. Posso vinculá-lo ao TeX em vez do LaTeX? Aqui está o porquê: Alguns comandos só funcionam com TeX e não com LaTeX.
me@Lenovo:~/Documents$ latex test.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=latex)
restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2015/01/01>
Babel <3.9l> and hyphenation patterns for 2 languages loaded.
! Undefined control sequence.
l.1 \cleartabs
% Nullify any previous \settabs.
? x
No pages of output.
Transcript written on test.log.
Agora vamos tentar com o TeX
me@Lenovo:~/Documents$ tex test.tex
This is TeX, Version 3.14159265 (TeX Live 2015/Debian) (preloaded format=tex)
(./test.tex [1] )
Output written on test.dvi (1 page, 544 bytes).
Transcript written on test.log.
Gummi é de código aberto, então tudo deveria ser possível.