Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Update man. #303

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/man/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,10 @@ For users installing `ktsctl` by using a binary release or compiling it themselv
uses mainly `git` sources) is enough. However, if you ship with a distributed set of grammars and queries, you might
want to override the languages’ configurations and use `local` sources. You can also mix them: a `git` source for the
grammar, and a `local` one for the queries. It’s up to you.

# What’s next to read?

You can have a look at [ktsctl] and [features] to start exploring what you can do!

[ktsctl]: ktsctl.md
[features]: features.md
6 changes: 4 additions & 2 deletions docs/man/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ This document presents features planned by the project and their status.

| Feature | Description | Status | Available since | CLI flag to enable |
| --- | --- | --- | --- | --- |
| Highlighting | Asynchronous automatic highlighting of session buffers. | **Implemented** | `v0.2` | `--with-highlighting` |
| Text-objects | Modify Kakoune selections with text-objects (`function.inside`, `parameter.around`, etc.). | **Implemented** | `v0.6` | Default, and `--with-text-objects` for additional setup |
| [Highlighting] | Asynchronous automatic highlighting of session buffers. | **Implemented** | `v0.2` | `--with-highlighting` |
| [Text-objects] | Modify Kakoune selections with text-objects (`function.inside`, `parameter.around`, etc.). | **Implemented** | `v0.6` | Default, and `--with-text-objects` for additional setup |
| Indents | Automatically indent your buffer. | Not started | | `--with-indenting` |
| Indent guidelines | Display a guideline showing the level of indentation left to lines. | Not started | | `--with-indent-guidelines` |

[Highlighting]: highlighting.md
[Text-objects]: text-objects.md
2 changes: 1 addition & 1 deletion docs/man/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ how the project is made, how it works, what you should expect and what you shoul

## Prerequisites

As the name implies, this is project that bridges [tree-sitter] and [Kakoune]. You do not have to know anything about
As the name implies, this project bridges [tree-sitter] and [Kakoune]. You do not have to know anything about
the former, but obviously, you need to have [Kakoune] installed. The rest is handled by this project.

## What is this?
Expand Down
2 changes: 1 addition & 1 deletion docs/man/ktsctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ so it’s a nice one-liner for people who don’t care about only fetching or on
A useful one-liner that you can use to install everything at once is to use the `-a, --all` flag:

```bash
ktscstl manage -fcia
ktsctl manage -fcia
```

#### Synchronizing everything
Expand Down
Loading