From 04db98668639cb0b431d50e5963f6b156d728078 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 7 Dec 2020 19:15:23 +0100 Subject: vim: big update; move lots of things to lua --- .vim/after/plugin/clap.vim | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .vim/after/plugin/clap.vim (limited to '.vim/after/plugin/clap.vim') diff --git a/.vim/after/plugin/clap.vim b/.vim/after/plugin/clap.vim deleted file mode 100644 index b5d48db..0000000 --- a/.vim/after/plugin/clap.vim +++ /dev/null @@ -1,8 +0,0 @@ -if !exists('g:loaded_clap') - finish -endif - -let g:clap_selected_sign = { 'text': '* ', 'texthl': "WarningMsg", "linehl": "ClapSelected" } - -nnoremap cc :Clap -nmap cg :Clap grep -- cgit 1.4.1