nvf/modules/plugins/ui/default.nix
Ching Pei Yang f7c4f8b787 ufo: init
2025-01-08 22:38:50 +01:00

14 lines
182 B
Nix

{
imports = [
./noice
./modes
./nvim-ufo
./notifications
./smartcolumn
./colorizer
./illuminate
./breadcrumbs
./borders
./fastaction
];
}