diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-23 13:19:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-23 13:19:52 +0800 |
| commit | 96129335ad5dcb39ee68fcebfd15dfb01923fc14 (patch) | |
| tree | 94da4ae3f05bc5450b6949845247d761a049bca8 /after/ftplugin | |
| parent | dff469ddc4218e1e5b3e2bc6f8498d0a890edf16 (diff) | |
| parent | b6fa0b7aa55bb4dbcccd7e1728aae524c3c72a99 (diff) | |
Merge pull request #74 from jdhao/delimitMate
update delimitMate conf for lua
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 = "(:),[:],{:}" |
