-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsplug.toml
More file actions
69 lines (47 loc) · 1.73 KB
/
splug.toml
File metadata and controls
69 lines (47 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Kakoune plugins
["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/occivink/kakoune-sudo-write"]
files = ["sudo-write.kak"]
["https://github.com/occivink/kakoune-find"]
files = ["find.kak"]
["https://github.com/occivink/kakoune-buffer-switcher"]
files = ["buffer-switcher.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://github.com/andreyorst/smarttab.kak"]
files = ["rc/smarttab.kak"]
["https://github.com/chambln/kakoune-readline"]
files = ["readline.kak"]
["https://gitlab.com/Screwtapello/kakoune-state-save"]
files = ["state-save.kak"]
["https://gitlab.com/Screwtapello/kakoune-mark-show"]
branch = "main"
files = ["mark-show.kak"]
["https://gitlab.com/Screwtapello/kakoune-repl-buffer"]
files = ["repl-buffer.kak", "repl-buffer-input"]
["https://github.com/kakoune-editor/kakoune-extra-filetypes"]
files = ["rc/glsl.kak"]
["https://github.com/listentolist/kakoune-fandt"]
files = ["fandt.kak"]
["https://github.com/harryoooooooooo/diff.kak"]
branch = "main"
files = ["rc/diff.kak"]
["https://github.com/JacobTravers/kakoune-grep-write"]
branch = "main"
files = ["rc/grep-write.kak"]
# mpv plugins
["https://github.com/rossy/mpv-repl"]
files = ["repl.lua"]
["https://github.com/mfcc64/mpv-scripts"]
files = ["visualizer.lua"]