From 9cd6d6cf91d1349809a72d3017c47e904a33fe92 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 5 Aug 2022 10:25:15 +0200 Subject: feat(osurl,abbrevURL): include GitHub discussions. https://github.com/encode/httpx/discussions/1735 leads to gh#encode/httpx!1735 --- plugin/keymaps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/keymaps.lua b/plugin/keymaps.lua index e64c64a..d4d42db 100644 --- a/plugin/keymaps.lua +++ b/plugin/keymaps.lua @@ -1,2 +1,2 @@ -vim.opt.iskeyword:append({"/", "-", "#"}) +vim.opt.iskeyword:append({"/", "-", "#", "!"}) vim.api.nvim_set_keymap('n', 'gG', ':,!abbrevURL', {}) -- cgit