Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
Open
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ Now you can use **plug.kak**.
## Usage
You can specify what plugins to install and load by using `plug` command. This
command accepts one-or-more arguments, which are keywords and attributes, that
change how **plug.kak** behaves.

The first strict rule of the `plug` command is that the first argument is always
the plugin name formatted as in GitHub URL: `"author/repository"`.
change how **plug.kak** behaves. For now, let's start out by adding plug.kak itself:

```kak
plug "author/repository"
plug "robertmeta/plug.kak" noload
```

The first strict rule of the `plug` command is that the first argument is always
the plugin name formatted as in GitHub URL: `"author/repository"`.

By default **plug.kak** will look for this plugin at GitHub.com, and download it
for you. If you want to install a plugin from place other than GitHub, like
GitLab or Gitea, `plug` also accepts URL as first parameter. So in most cases
Expand Down