williamboman / nvim-lsp-installer

Further development has moved to https://github.com/williamboman/mason.nvim!
https://github.com/williamboman/mason.nvim
Apache License 2.0
2k stars 123 forks source link

Texlab should work with `tectonic` instead of pdflatex #172

Closed IndianBoy42 closed 3 years ago

IndianBoy42 commented 3 years ago

https://github.com/williamboman/nvim-lsp-installer/blob/dd4afb08b93db3d53d0d70db749fc20bb487e1c3/lua/nvim-lsp-installer/servers/texlab/init.lua#L17

This line fails the installation if pdflatex is not found which is not strictly correct I think. I have been able to use texlab with tectonic just fine

Could this be changed to check for either of pdflatex or tectonic

williamboman commented 3 years ago

Ah I see. I read up a bit more on texlab and does seem like it's not really required. I personally haven't written latex in a long time so I'm not very knowledgable. Happy to receive PR that removes this check 😊