aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-08-23 13:19:02 +0800
committerjdhao <jdhao@hotmail.com>2022-08-23 13:19:02 +0800
commitb6fa0b7aa55bb4dbcccd7e1728aae524c3c72a99 (patch)
tree94da4ae3f05bc5450b6949845247d761a049bca8 /after/ftplugin
parentdff469ddc4218e1e5b3e2bc6f8498d0a890edf16 (diff)
update delimitMate conf for lua
Diffstat (limited to 'after/ftplugin')
-rw-r--r--after/ftplugin/lua.vim3
1 files changed, 3 insertions, 0 deletions
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 <silent> <F9> :luafile %<CR>
+
+" For delimitMate
+let b:delimitMate_matchpairs = "(:),[:],{:}"