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/plugin/split_term.vim | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .vim/plugin/split_term.vim (limited to '.vim/plugin/split_term.vim') diff --git a/.vim/plugin/split_term.vim b/.vim/plugin/split_term.vim deleted file mode 100644 index efb9b86..0000000 --- a/.vim/plugin/split_term.vim +++ /dev/null @@ -1,11 +0,0 @@ -" SplitTerm: quickly pop out a terminal - -" skip this while were testing kassio/neoterm -finish - -" lua require('split_term') -" command! LuaTerm :lua spt_toggle() - -command! -bang -nargs=* SplitTerm call s:split_term_toggle(0, ) -cnoreabbrev spt SplitTerm -cnoreabbrev st SplitTerm -- cgit 1.4.1