From 240527158db0fb8da5ed434d4137aed8a4fbbfed Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 21 Feb 2021 18:40:14 +0100 Subject: ftplugin/lisp.vim: Activate the built-in Lisp ftplugin I wanted the built-in `comments` setting to automatically insert the comment leader when wrapping. --- ftplugin/lisp.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ftplugin') diff --git a/ftplugin/lisp.vim b/ftplugin/lisp.vim index c2f44af..ef44bbf 100644 --- a/ftplugin/lisp.vim +++ b/ftplugin/lisp.vim @@ -1,5 +1,10 @@ " Common Lisp vim settings +if exists('b:did_ftplugin') + unlet b:did_ftplugin +endif + + " Indentation setlocal expandtab setlocal tabstop=2 -- cgit v1.2.3