# Kakoune {#sec-kakoune}
Kakoune can be built to autoload plugins:
```nix
(kakoune.override {
plugins = with pkgs.kakounePlugins; [ parinfer-rust ];
})
```
Chunks
e3869dda (1st chunk of `doc/packages/kakoune.section.md`)
Title: Kakoune Plugin Autoloading
Summary
Kakoune can be configured to automatically load plugins using Nix. The example shows how to autoload the `parinfer-rust` plugin.