Home Explore Blog Models CI



nixpkgs

1st chunk of `doc/packages/kakoune.section.md`
79637ff7aad6dd75776807a4e999eaab497efb79eb46a19a000000010000009e
# Kakoune {#sec-kakoune}

Kakoune can be built to autoload plugins:

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

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`.