mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
562230a625
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
14 lines
155 B
Nix
14 lines
155 B
Nix
_: {
|
|
imports = [
|
|
./binds
|
|
./gestures
|
|
./telescope
|
|
./colorizer
|
|
./icon-picker
|
|
./telescope
|
|
./venn
|
|
./diffview
|
|
./hop
|
|
];
|
|
}
|