From e6af213dd9a7572e724fa928ae7f98917965d999 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 29 Jan 2022 23:16:13 +0100 Subject: fix(plugin): we should really not mess with keywordprg (it is not documentation). --- plugin/keymaps.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin') diff --git a/plugin/keymaps.lua b/plugin/keymaps.lua index e3b687a..e64c64a 100644 --- a/plugin/keymaps.lua +++ b/plugin/keymaps.lua @@ -1,3 +1,2 @@ vim.opt.iskeyword:append({"/", "-", "#"}) -vim.opt.keywordprg="osurl" vim.api.nvim_set_keymap('n', 'gG', ':,!abbrevURL', {}) -- cgit