mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-04 08:47:58 +02:00
12 lines
150 B
Nix
12 lines
150 B
Nix
{
|
|
imports = [
|
|
./noice
|
|
./modes
|
|
./notifications
|
|
./smartcolumn
|
|
./colorizer
|
|
./illuminate
|
|
./breadcrumbs
|
|
./borders
|
|
];
|
|
}
|