GithubHelp home page GithubHelp logo

Option to turn chktex off about vimtex HOT 5 CLOSED

aksuhton avatar aksuhton commented on June 2, 2024
Option to turn chktex off

from vimtex.

Comments (5)

aksuhton avatar aksuhton commented on June 2, 2024 1

Huh, this means you have plugins for your Vim that you don't know how you've installed. In my humble opinion, that's a very bad thing, and you should really investigate this and avoid it!

There's quite a bit being loaded that I need to go in and vet. It's not so bad as coming in through my system software installer, but still some very bad thing is going on.

Thank you again!

from vimtex.

lervag avatar lervag commented on June 2, 2024

I'd like for warnings such as the following to not automatically appear in my documents while writing and I think the culprit is chktex: …

VimTeX does not give this type of warning by default. The chktex utility should not be run automatically unless you have specifically configured it to do so.

Edit: Is this a duplicate of #2263?

Yes, perhaps.

I do not think I have any linter or lsp plugin installed; here's the beginning of my vimrc: …

You don't need the first 5 lines - plug#end() will do the filetype and syntax stuff, and set nocompatible is not needed in vimrc file. Also, I think VimTeX more or less is a superset of the tex-conceal.vim plugin now, so I think you don't need that one either.

Now, it's hard to say what's wrong on your end based on only the start of your vimrc...

When you open a LaTeX file, what is the output of :scriptnames?

from vimtex.

aksuhton avatar aksuhton commented on June 2, 2024

Hey Lervag, thank you for getting back to me and for helping me fix up my vimrc. The output of :scriptnames included an ale.vim plugin, loaded by some script I downloaded and didn't thoroughly inspect. After tracking that down I realized that the quickest solution is to add

let:g_ale_enabled = 0

Problem fixed (:

from vimtex.

lervag avatar lervag commented on June 2, 2024

Hey Lervag, thank you for getting back to me and for helping me fix up my vimrc. The output of :scriptnames included an ale.vim plugin, after tracking that down I realized that the quickest solution is to add

Huh, this means you have plugins for your Vim that you don't know how you've installed. In my humble opinion, that's a very bad thing, and you should really investigate this and avoid it!

I expect one of two things:

  1. You may have installed Vim plugins through your system software installer (e.g apt on Ubuntu). DON'T DO THAT! It's NOT a good way to install Vim plugins!

  2. You are using the built in package stuff (:help packages). I also strongly advice against that. It is generally much easier to handle vim-plug or other similar plugin managers. If you are on Neovim, I recommend lazy.nvim.

from vimtex.

lervag avatar lervag commented on June 2, 2024

No poblem :)

from vimtex.

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.