Merge pull request #74 from jdhao/delimitMate

update delimitMate conf for lua
This commit is contained in:
jdhao
2022-08-23 13:19:52 +08:00
committed by GitHub
+3
View File
@@ -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 = "(:),[:],{:}"