mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-10 22:39:49 +01:00
a26cdd2d25
* flake: add nvim-ufo * ui/nvim-ufo: init * docs: update relase notes
14 lines
182 B
Nix
14 lines
182 B
Nix
{
|
|
imports = [
|
|
./noice
|
|
./modes
|
|
./nvim-ufo
|
|
./notifications
|
|
./smartcolumn
|
|
./colorizer
|
|
./illuminate
|
|
./breadcrumbs
|
|
./borders
|
|
./fastaction
|
|
];
|
|
}
|