Home Explore Blog CI



nixpkgs

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

Kakoune can be built to autoload plugins:

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

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.