neovim-flake/modules/plugins/ui/default.nix

12 lines
136 B
Nix
Raw Normal View History

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