Home Explore Blog Models CI



nixpkgs

doc/packages/kakoune.section.md
312d3af13efa12196a0c8efb8e041d340491cacda5fe37a6000000030000009e
# Kakoune {#sec-kakoune}

Kakoune can be built to autoload plugins:

```nix
(kakoune.override { plugins = with pkgs.kakounePlugins; [ parinfer-rust ]; })
```

Chunks
79637ff7 (1st chunk of `doc/packages/kakoune.section.md`)
Title: Kakoune Plugin Autoloading
Summary
This section explains how to configure Kakoune to autoload plugins. It provides a Nix code example demonstrating how to override the `kakoune` package to include specific plugins, such as `parinfer-rust`.