repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780)
[NixPkgs.git]
/
doc
/
packages
/
kakoune.section.md
blob
8e054777a75781a62ffad85a7d5366f225fc3fd6
1
# Kakoune {#sec-kakoune}
2
3
Kakoune can be built to autoload plugins:
4
5
```nix
6
(kakoune.override {
7
plugins = with pkgs.kakounePlugins; [ parinfer-rust ];
8
})
9
```