You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm willing to help fix the problem and contribute a pull request
Describe the bug
In a note, I have a code extract from a Cargo.toml, which is giving a diagnostic message: not found. This is because it uses the same syntax as linking to a note I guess, but I would prefer if anything within a code block would be ignored by zk-nvim
How to reproduce?
Use code block, diagnostic is on the line with [[bench]]:
```toml
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
[[bench]]
name = "main"
path = "benches/bench.rs"
harness = false
```
Check if applicable
Describe the bug
In a note, I have a code extract from a
Cargo.toml
, which is giving a diagnostic message:not found
. This is because it uses the same syntax as linking to a note I guess, but I would prefer if anything within a code block would be ignored byzk-nvim
How to reproduce?
Use code block, diagnostic is on the line with
[[bench]]
:zk configuration
Neovim configuration
The text was updated successfully, but these errors were encountered: