mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-06 17:13:22 +00:00
![NotAShelf](/assets/img/avatar_default.png)
modified: lib/types/plugins.nix modified: modules/utility/default.nix new file: modules/utility/hop/config.nix new file: modules/utility/hop/default.nix new file: modules/utility/hop/hop.nix
13 lines
155 B
Nix
13 lines
155 B
Nix
_: {
|
|
imports = [
|
|
./binds
|
|
./gestures
|
|
./telescope
|
|
./colorizer
|
|
./icon-picker
|
|
./telescope
|
|
./venn
|
|
./diffview
|
|
./hop
|
|
];
|
|
}
|