1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-26 01:09:49 +01:00
neovim-flake/modules/ui/default.nix

12 lines
153 B
Nix

_: {
imports = [
./noice
./modes
./notifications
./smartcolumn
./colorizer
./illuminate
./breadcrumbs
./borders
];
}