neovim-flake/modules/ui/default.nix

11 lines
121 B
Nix
Raw Normal View History

2023-02-06 01:55:19 +01:00
_: {
imports = [
./noice
2023-04-03 11:12:05 +02:00
./modes
./notifications
2023-04-05 15:58:56 +02:00
./smartcolumn
./colorizer
2023-06-06 02:05:05 +02:00
./illuminate
2023-02-06 01:55:19 +01:00
];
}