summaryrefslogtreecommitdiffstats
path: root/modules/plugins/mini/default.nix
blob: 61df68b0dc4bd2ea48cb99b25e161122b0e5dcc2 (plain)
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
{
  imports = [
    ./ai
    ./align
    ./animate
    # ./base16 # NOTE: configured in theme/
    ./basics
    ./bracketed
    ./bufremove
    ./clue
    ./cmdline
    ./colors
    ./comment
    ./completion
    ./cursorword
    ./diff
    ./doc
    ./extra
    ./files
    ./fuzzy
    ./git
    ./hipatterns
    ./hues
    ./icons
    ./indentscope
    ./jump
    ./jump2d
    ./map
    ./misc
    ./move
    ./notify
    ./operators
    ./pairs
    ./pick
    ./sessions
    ./snippets
    ./splitjoin
    ./starter
    ./statusline
    ./surround
    ./tabline
    ./test
    ./trailspace
    ./visits
  ];
}