summaryrefslogtreecommitdiffstats
path: root/modules/plugins/ui/default.nix
blob: aac7681af4cfb848b5b44f0845ffa58a6543673f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  imports = [
    ./borders
    ./colorful-menu-nvim
    ./nvim-highlight-colors
    ./colorizer
    ./dropbar-nvim
    ./fastaction
    ./illuminate
    ./modes-nvim
    ./noice
    ./notifications
    ./nvim-ufo
    ./smartcolumn
    ./ui2
  ];
}