Files
nixpkgs/doc/packages/kakoune.section.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
158 B
Markdown
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
# Kakoune {#sec-kakoune}
Kakoune can be built to autoload plugins:
```nix
(kakoune.override { plugins = with pkgs.kakounePlugins; [ parinfer-rust ]; })
```