Use hound.vim fork to display search urls in results

This commit is contained in:
Dave Gallant
2021-09-12 01:13:39 -04:00
parent 7100f62d08
commit fff5024670
2 changed files with 4 additions and 3 deletions

View File

@@ -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;

View File

@@ -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}
)