mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Use hound.vim fork to display search urls in results
This commit is contained in:
@@ -14,10 +14,10 @@ let
|
||||
hound-vim = pkgs.vimUtils.buildVimPlugin {
|
||||
name = "hound-vim";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "jfo";
|
||||
owner = "davegallant";
|
||||
repo = "hound.vim";
|
||||
rev = "88a932104b47e0b5461c107837b3a9dd7cede529";
|
||||
sha256 = "sha256-E97h75Zyc01klRi+245l/Y8HSvnnyvCjDrAB/BnK3G8=";
|
||||
rev = "426a8711b1b5d49f136b8ac21849f34591a960ee";
|
||||
sha256 = "sha256-Vma/cDPNGoExvUf5sP9sQ3dHWUtHpOmrVJbZbHQpdiI=";
|
||||
};
|
||||
};
|
||||
inherit (pkgs) stdenv;
|
||||
|
@@ -305,6 +305,7 @@ vim.g.gitblame_enabled = 0
|
||||
-- hound.vim
|
||||
vim.g.hound_base_url = "hound"
|
||||
vim.g.hound_port = "6080"
|
||||
vim.g.hound_results_url = 1
|
||||
vim.api.nvim_set_keymap("n", "<leader>hs", ":Hound",
|
||||
{silent = true, noremap = true}
|
||||
)
|
||||
|
Reference in New Issue
Block a user