mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 00:05:57 +01:00
16 lines
195 B
Nix
16 lines
195 B
Nix
{
|
|
imports = [
|
|
./binds
|
|
./ccc
|
|
./gestures
|
|
./motion
|
|
./telescope
|
|
./icon-picker
|
|
./images
|
|
./telescope
|
|
./diffview
|
|
./wakatime
|
|
./surround
|
|
./preview
|
|
];
|
|
}
|