JensHeinrich / coc-texlab

TexLab extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-texlab

fork of texlab-vscode, provides editing support for LaTeX documents, powered by the TexLab language server.

Install

:CocInstall coc-texlab

Requirements

More info in TexLab Docs

Configuration

  • texlab.path: custom path to texlab binary, defaults to ""
  • latex.build.executable: path to a LaTeX build tool, defaults to latexmk
  • latex.build.args: additional arguments passed to build tool
  • latex.build.onSave: build after saving a file, defaults to false
  • latex.forwardSearch.executable: path to a PDF previewer that supports SyncTeX, defaults null
  • latex.forwardSearch.args: additional arguments passed to the previewer, defaults []
  • latex.lint.onSave: lint after saving a file, defaults to true
  • latex.lint.onChange: lint after changing a file, defaults to false

Commands

  • latex.Build: build current file
  • latex.BuildCancel: cancel all running builds
  • latex.ForwardSearch: performs a forward search from the current file
  • latex.UpdateLanguageServer: upgrade TexLab Server to latest version

License

MIT

About

TexLab extension for coc.nvim

License:MIT License


Languages

Language:TypeScript 93.1%Language:JavaScript 6.9%