Giter Club home page Giter Club logo

Comments (4)

jmbuhr avatar jmbuhr commented on July 30, 2024

Depending on the markdown flavor you are using you can differentiate between code chunks that need to be syntactically correct (because they will be executed at render time) and those that only add syntax highlighting. e.g. for Quarto we activate otter like this:
https://github.com/quarto-dev/quarto-nvim/blob/0a35b3890e9d723b730506d7d8b3ba3d0d6aae2e/lua/quarto/init.lua#L93-L117

This will enable code features only for code code chunks of the form

```{python}
```

but not for

```python
```

If however there is no syntactic difference between the types of code chunks for which you want language features and for which you don't, then there is nothing to be done.

You can of course also disable otter diagnostics alltogether.

from otter.nvim.

Bekaboo avatar Bekaboo commented on July 30, 2024

@jmbuhr Hi, thanks for reply. However I still don't understand how to disable it. I am using markdown not quarto, and it is not likely I will switch to quarto, could I still disable diagnostic in this case? Is there an option like diagnostic = false or vim.g.otter_diagnostic = false (so that I can disable it globally, which is fine for me)?

from otter.nvim.

jmbuhr avatar jmbuhr commented on July 30, 2024

Yes, you can just pass false to diagnostics when you activate otter:

M.activate = function(languages, completion, diagnostics, tsquery)

from otter.nvim.

Bekaboo avatar Bekaboo commented on July 30, 2024

Thanks!

from otter.nvim.

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.