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

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