From b6fa0b7aa55bb4dbcccd7e1728aae524c3c72a99 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 23 Aug 2022 13:19:02 +0800 Subject: [PATCH] update delimitMate conf for lua --- after/ftplugin/lua.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/after/ftplugin/lua.vim b/after/ftplugin/lua.vim index e41404d..a840aae 100644 --- a/after/ftplugin/lua.vim +++ b/after/ftplugin/lua.vim @@ -8,3 +8,6 @@ set shiftwidth=2 " number of spaces to use for autoindent set expandtab " expand tab to spaces so that tabs are spaces nnoremap :luafile % + +" For delimitMate +let b:delimitMate_matchpairs = "(:),[:],{:}"