1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-03 17:29:49 +01:00
neovim-flake/modules/plugins/ui/default.nix
Ching Pei Yang a26cdd2d25
ui/nvim-ufo: init ()
* flake: add nvim-ufo

* ui/nvim-ufo: init

* docs: update relase notes
2025-01-09 07:56:51 +00:00

14 lines
182 B
Nix

{
imports = [
./noice
./modes
./nvim-ufo
./notifications
./smartcolumn
./colorizer
./illuminate
./breadcrumbs
./borders
./fastaction
];
}