mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 20:35:59 +01: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
13 lines
155 B
Nix
13 lines
155 B
Nix
_: {
|
|
imports = [
|
|
./binds
|
|
./gestures
|
|
./telescope
|
|
./colorizer
|
|
./icon-picker
|
|
./telescope
|
|
./venn
|
|
./diffview
|
|
./hop
|
|
];
|
|
}
|