From 492a3598b589ca8435ff702e91d91ff1b8dad079 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 4 Jan 2022 20:19:06 +0100 Subject: fix(plugin): we actually don't need plugin/ directory at all. --- ftplugin/spec.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ftplugin') diff --git a/ftplugin/spec.vim b/ftplugin/spec.vim index 1b1fe77..9c2fa48 100644 --- a/ftplugin/spec.vim +++ b/ftplugin/spec.vim @@ -1,2 +1,3 @@ let &iskeyword.=",/,-,#" set keywordprg=osurl +noremap gG :,!abbrevURL -- cgit