mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-10 23:49:47 +01:00
a26cdd2d25
* flake: add nvim-ufo * ui/nvim-ufo: init * docs: update relase notes
6 lines
59 B
Nix
6 lines
59 B
Nix
{
|
|
imports = [
|
|
./nvim-ufo.nix
|
|
./config.nix
|
|
];
|
|
}
|