Skip to content

Configuring TexLab LSP with Kate #882

Answered by pfoerster
JPenuchot asked this question in Q&A
Discussion options

You must be logged in to vote

@JPenuchot You need to omit the "texlab: {" from your configuration. It should be

{
    "servers": {
        "latex": {
            "command": [
                "texlab",
                "-vvv",
                "--log-file",
                "/tmp/texlog.txt"
            ],
            "settings": {
                "build": {
                    "executable": "latexmk",
                    "args": [
                        "-pdf",
                        "-interaction=nonstopmode",
                        "-synctex=1",
                        "%f"
                    ],
                    "onSave": true,
                    "forwardSearchAfter": true
                },
                "fo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JPenuchot
Comment options

Answer selected by JPenuchot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants