diff options
Diffstat (limited to 'after/ftplugin')
| -rw-r--r-- | after/ftplugin/lua.vim | 3 |
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 = "(:),[:],{:}" |
