Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Installing Plugins

Screwtapello edited this pageApr 8, 2022 ·2 revisions

When Kakoune starts up, it recursively searches the%val{config}/autoload directory (usually~/.config/kak/autoload) for filenames ending in.kak and loads them.

Note: If you create%val{config}/autoload, Kakoune will stop loading the standard library plugins from%val{runtime}/autoload. This allows you to control which plugins you want by selectively symlinking them into your personal autoload directory. If you want a personal autoload directoryand to load all the standard plugins, you can run the following command in Kakoune:

nop %sh{    mkdir -p "$kak_config/autoload"    ln -s "$kak_runtime/rc" "$kak_config/autoload/standard-library"}

To install a plugin that comes as a single.kak file, just copy it into the autoload directory.

To install a plugin from a git repository, you cangit clone the repository in the autoload directory. If your Kakoune config is itself stored in a git repository, you can make the plugin a git submodule or subtree.

If you would prefer a more automated system for installing and updating plugins, you might want to usea plugin manager.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp