summaryrefslogtreecommitdiffstats
path: root/modules/plugins/utility/default.nix
blob: af842ba74372f520105b0f0679710255ac1b79ee (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
{
  imports = [
    ./binds
    ./ccc
    ./csvview
    ./diffview
    ./direnv
    ./fzf-lua
    ./gestures
    ./guess-indent-nvim
    ./harpoon
    ./icon-picker
    ./images
    ./grug-far-nvim
    ./leetcode-nvim
    ./mkdir
    ./motion
    ./multicursors
    ./new-file-template
    ./nix-develop
    ./nvim-biscuits
    ./oil-nvim
    ./outline
    ./preview
    ./qmk-nvim
    ./sleuth
    ./smart-paste-nvim
    ./smart-splits
    ./snacks-nvim
    ./surround
    ./telescope
    ./vim-wakatime
    ./yanky-nvim
    ./yazi-nvim
    ./undotree
    ./crazy-coverage
  ];
}