123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- # Kakoune plugins
-
- ["https://github.com/alexherbo2/auto-pairs.kak"]
- files = ["rc/auto-pairs.kak"]
-
- ["https://github.com/alexherbo2/connect.kak"]
-
- ["https://github.com/alexherbo2/search-highlighter.kak"]
- files = ["rc/search-highlighter.kak"]
-
- ["https://github.com/alexherbo2/replace.kak"]
- files = ["rc/replace-mode.kak"]
-
- ["https://github.com/alexherbo2/word-movement.kak"]
- files = ["rc/word-movement.kak"]
-
- ["https://github.com/alexherbo2/explore.kak"]
- files = ["rc/explore/files.kak", "rc/explore/buffers.kak"]
-
- ["https://github.com/lenormf/kakoune-extra"]
- files = ["widgets/git-branch.kak", "vcs.kak"]
-
- ["https://github.com/Delapouite/kakoune-auto-percent"]
- files = ["auto-percent.kak"]
-
- ["https://github.com/Delapouite/kakoune-text-objects"]
- files = ["text-objects.kak"]
-
- ["https://github.com/Delapouite/kakoune-cd"]
- files = ["cd.kak"]
-
- ["https://github.com/Delapouite/kakoune-buffers"]
- files = ["buffers.kak"]
-
- ["https://github.com/Delapouite/kakoune-select-view"]
- files = ["select-view.kak"]
-
- ["https://github.com/Delapouite/kakoune-palette"]
- files = ["palette.kak"]
-
- ["https://github.com/h-youhei/kakoune-each-line-selection"]
- files = ["each-line-selection.kak"]
-
- ["https://github.com/h-youhei/kakoune-surround"]
- files = ["surround.kak"]
-
- ["https://github.com/occivink/kakoune-expand"]
- files = ["expand.kak"]
-
- ["https://github.com/occivink/kakoune-sudo-write"]
- files = ["sudo-write.kak"]
-
- ["https://github.com/occivink/kakoune-find"]
- files = ["find.kak"]
-
- ["https://github.com/occivink/kakoune-gdb"]
- files = ["gdb.kak", "gdb-output-handler.perl"]
-
- ["https://github.com/occivink/kakoune-vertical-selection"]
- files = ["vertical-selection.kak"]
-
- ["https://github.com/occivink/kakoune-sort-selections"]
- files = ["sort-selections.kak"]
-
- ["https://gitlab.com/notramo/elvish.kak"]
- files = ["elvish.kak"]
-
- ["https://github.com/andreyorst/smarttab.kak"]
- files = ["rc/smarttab.kak"]
-
- ["https://github.com/chambln/kakoune-readline"]
- files = ["readline.kak"]
-
- ["https://github.com/laelath/kakoune-show-matching-insert"]
- files = ["matching-insert.kak"]
-
- ["https://gitlab.com/Screwtapello/kakoune-state-save"]
- files = ["state-save.kak"]
-
- ["https://github.com/JJK96/kakoune-repl-send"]
- files = ["repl.kak"]
-
- ["https://github.com/JJK96/kakoune-rainbow"]
- files = ["rainbow.kak"]
-
- # mpv plugins
-
- ["https://github.com/ElegantMonkey/mpv-webm"]
- files = ["build/webm.lua"]
-
- ["https://github.com/kevinlekiller/mpv_scripts"]
- files = ["perfstats/perfstats.lua"]
-
- ["https://github.com/mpv-player/mpv"]
- files = ["TOOLS/lua/autoload.lua"]
-
- ["https://github.com/nimatrueway/mpv-locatefile-lua-script"]
- files = ["locatefile.lua"]
-
- ["https://github.com/rossy/mpv-repl"]
- files = ["repl.lua"]
-
- ["https://github.com/mfcc64/mpv-scripts"]
- files = ["visualizer.lua"]
-
- ["https://github.com/occivink/mpv-scripts"]
|