depot/third_party/nixpkgs/doc/builders/packages/kakoune.section.md
Default email cf3f6e7a7d Project import generated by Copybara.
GitOrigin-RevId: 24eb3f87fc610f18de7076aee7c5a84ac5591e3e
2020-11-30 09:33:03 +01:00

160 B

Kakoune

Kakoune can be built to autoload plugins:

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