From 2f708ba5eccdb91c67575e940fcf08be513990bf Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 2 Feb 2021 23:22:31 +0100 Subject: ftplugin/lisp.vim: Set to Vlime includes a bunch of mappings, but some of them are shadowed by own mappings. The plugin doesn't include any corresponding ex-style commands. Change the in Lisp files to to give me access to all of Vlime's mappings. --- ftplugin/lisp.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ftplugin/lisp.vim') diff --git a/ftplugin/lisp.vim b/ftplugin/lisp.vim index a5fd6e3..c2f44af 100644 --- a/ftplugin/lisp.vim +++ b/ftplugin/lisp.vim @@ -5,3 +5,7 @@ setlocal expandtab setlocal tabstop=2 setlocal softtabstop=2 setlocal shiftwidth=2 + + +" Use as LocalLeader +let maplocalleader = "\" -- cgit v1.2.3