I started with TeXworks (+ XeTeX, which both happen to have been created by Jonathan Kew) and I found no reason to change since then. The only slight drawback is that autocomplete support exists but is rudimentary, however it doesn't bother me that much.

Which editor do you prefer?

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago (1 child)

Neovim with vimtex and texlab language server. Learning nvim takes some time, but I made preconfig, which allows to start a bit easier

  • source
  • hideshow 1 child comment
  • [–] 1 point 3 years ago

    I second this. Getting started started takes some effort, but writing in Neovim is such a joy on its own. Especially implementing comments from other people is much faster and if you use git, you can also easily switch back to earlier versions and/or compare your changes.

  • source
  • parent