diff options
| author | jdhao <jdhao@hotmail.com> | 2021-09-03 00:10:05 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-09-03 00:10:05 +0800 |
| commit | f9e9411ee5d5fe36199ca6f528c0d7ec085d79d1 (patch) | |
| tree | 66f9d5e84f09826eed8b8b0e8e077abb34bfea02 /after/ftplugin | |
| parent | b4d320ccd3c5b523fbfebfbd0cce26ad7f5a398a (diff) | |
update delimitMate setting for Python
Diffstat (limited to 'after/ftplugin')
| -rw-r--r-- | after/ftplugin/python.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index def7141..adda6d4 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -7,3 +7,6 @@ set nowrap set sidescroll=5 set sidescrolloff=2 set colorcolumn=100 + +" For delimitMate +let b:delimitMate_matchpairs = "(:),[:],{:}" |
