1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-31 19:29:49 +01:00
neovim-flake/modules/plugins/utility/default.nix

16 lines
195 B
Nix

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