feat: add hop.nvim

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
This commit is contained in:
NotAShelf 2023-03-09 13:28:02 +03:00
commit 562230a625
No known key found for this signature in database
GPG key ID: 05A3BD53FEB32B81
8 changed files with 74 additions and 8 deletions

View file

@ -73,6 +73,7 @@ with lib; let
"diffview-nvim"
"todo-comments"
"flutter-tools"
"hop-nvim"
];
# You can either use the name of the plugin or a package.
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));