mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 18:25:57 +01:00
12 lines
150 B
Nix
12 lines
150 B
Nix
{
|
|
imports = [
|
|
./noice
|
|
./modes
|
|
./notifications
|
|
./smartcolumn
|
|
./colorizer
|
|
./illuminate
|
|
./breadcrumbs
|
|
./borders
|
|
];
|
|
}
|