1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-26 01:09:49 +01:00
neovim-flake/modules/utility/default.nix

16 lines
195 B
Nix

{
imports = [
./binds
./ccc
./gestures
./motion
./telescope
./icon-picker
./images
./telescope
./diffview
./wakatime
./surround
./preview
];
}