@krishnakumarg1984, the wiki section pointed by @fannheyward should be now outdated according to your information. If the rust rewrite is now ready and can replace the java one could you please update the wiki?
I also agree that a texlab extension would be great to have, though there's a coc-vimtex extension that's great already, so I'm not sure about having an alternative extension for latex, or merging the idea into a single coc-tex extension putting texlab and vimtex under the same belt.
@krishnakumarg1984 I just make a fork of texlab-vscode for coc.nvim, https://github.com/fannheyward/coc-texlab, give it a try.
I'm not a long-term user of LaTex, so maybe there is something wrong or features missing, you can post an issue for that.
I don't think, there is much to do, except updating the readme.
\ 'latex': {
\ 'command': '/usr/local/bin/texlab',
\ 'ignoredRootPaths':['~'],
\ 'filetypes': ['tex', 'bib', 'plaintex', 'context'],
\ },
This, as g:coc_user_config is working for me.
I am in vim8 thiugh.
@rudrab ok, thanks, I'll update.
coc-texlab has ported _almost_ full features of vscode-texlab:
Commands:
latex.Build, build current filelatex.ForwardSearch, PDF previewConfiguration:
latex.build.executablelatex.build.argslatex.build.onSavelatex.forwardSearch.executablelatex.forwardSearch.argslatex.lint.onSavelatex.lint.onChangeThanks for that @fannheyward, I guess this issue can be closed now :)
Most helpful comment
@krishnakumarg1984 I just make a fork of texlab-vscode for coc.nvim, https://github.com/fannheyward/coc-texlab, give it a try.
I'm not a long-term user of LaTex, so maybe there is something wrong or features missing, you can post an issue for that.