Git Product home page Git Product logo

Comments (3)

oblitum avatar oblitum commented on September 2, 2024

FWIW, ALE pick linters available in PATH automatically, but I don't like lacheck because it gives too many false positives and doesn't provide a configuration file like chktex so I could disable those warnings, so I simply disable lacheck entirely with ALE.

from texlab.

pfoerster avatar pfoerster commented on September 2, 2024

I have added a new setting called latex.lint.onChange. Setting it to true will run the linter after a series of changes have been made to the document. Note that it is up to the client to decide how a series of changes is implemented. For example, VSCode sends the textDocument/didChange notification after every keystroke. Vim might send a notification after leaving insert mode. However, I'm not sure about that. Does 8ced566 fulfill your needs?

from texlab.

oblitum avatar oblitum commented on September 2, 2024

Does 8ced566 fulfill your needs?

Yes thanks, I just built from master and it's now working like other coc.nvim extensions.

FWIW I've set this configuration from my .vimrc:

call coc#config('latex', {
\   'lint.onChange': v:true
\ })

Now, it would be nice to have a new feature release so that coc-texlab picks it automatically.

from texlab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.