cf3f6e7a7d
GitOrigin-RevId: 24eb3f87fc610f18de7076aee7c5a84ac5591e3e
9 lines
160 B
Markdown
9 lines
160 B
Markdown
# Kakoune {#sec-kakoune}
|
|
|
|
Kakoune can be built to autoload plugins:
|
|
|
|
```nix
|
|
(kakoune.override {
|
|
plugins = with pkgs.kakounePlugins; [ parinfer-rust ];
|
|
})
|
|
```
|