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