Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 160 Bytes

kakoune.section.md

File metadata and controls

9 lines (7 loc) · 160 Bytes

Kakoune {#sec-kakoune}

Kakoune can be built to autoload plugins:

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