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

@ -10,12 +10,11 @@
systems = [
"x86_64-linux"
"aarch64-linux"
/*
FIXME: zig compiler - therefore the maximal version - is broken on darwin
see https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/zig/0.10.nix#L70
"x86_64-darwin"
"aarch64-darwin"
*/
# FIXME: zig compiler - therefore the maximal version - is broken on darwin
# see https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/zig/0.10.nix#L70
# "x86_64-darwin"
# "aarch64-darwin"
];
imports = [
@ -397,8 +396,12 @@
flake = false;
};
# Note-taking
hop-nvim = {
url = "github:phaazon/hop.nvim";
flake = false;
};
# Note-taking
obsidian-nvim = {
url = "github:epwalsh/obsidian.nvim";
flake = false;