diff --git a/docs/man/configuration.md b/docs/man/configuration.md index d379a7a..3e6f161 100644 --- a/docs/man/configuration.md +++ b/docs/man/configuration.md @@ -33,7 +33,7 @@ contains more objects. ### `language..remove_default_higlighter` > Default value: `true` - + Remove the default highlighter set by the Kakoune “standard library” (i.e. `window/`). For instance, for `rust` filetypes, the default highlighter is `window/rust`. Setting this option to `true` will remove this highlighter, which is almost always wanted (otherwise, the highlighting from KTS might not be applied properly). diff --git a/docs/man/getting-started.md b/docs/man/getting-started.md index fa22aff..135dc27 100644 --- a/docs/man/getting-started.md +++ b/docs/man/getting-started.md @@ -57,7 +57,7 @@ need to tell it what you want at first. Colorschemes support is hard. Using this project won’t automatically make your colorscheme look super nice. You will have to adapt and use a new, [tree-sitter]-powered colorscheme. The community tries its best to provide more and more -colorschemes. You shall want to visit the [Colorscheme](colorscheme.md) document for further information. +colorschemes. You shall want to visit the [Highlighting](highlighting.md) document for further information. ## What’s the next thing to read?