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 = "(:),[:],{:}"