docs: fix links

This commit is contained in:
Snoweuph 2026-04-15 19:45:14 +02:00
commit 6e31cd0d5e
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
5 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@ In v0.7 we are removing `vim.configRC` in favor of making `vim.luaConfigRC` the
top-level DAG, and thereby making the entire configuration Lua based. This
change introduces a few breaking changes:
[DAG entries in nvf manual]: /index.xhtml#ch-dag-entries
[DAG entries in nvf manual]: ./configuring.html#ch-dag-entries
- `vim.configRC` has been removed, which means that you have to convert all of
your custom vimscript-based configuration to Lua. As for how to do that, you

View file

@ -249,7 +249,7 @@
- Added [Pyrefly](https://pyrefly.org/) and [zuban](https://zubanls.com/)
support to `languages.python`
- Added TOML support via {option}`languages.toml` and the
- Added TOML support via {option}`vim.languages.toml.enable` and the
[Tombi](https://tombi-toml.github.io/tombi/) language server, linter, and
formatter.