Home Explore Blog CI



nixpkgs

doc/packages/kakoune.section.md
f1047f8f07de42d33c479978c1236f9a9f8f5f653d84e20f00000003000000a0
# 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.