mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update delimitMate conf for lua
This commit is contained in:
parent
dff469ddc4
commit
b6fa0b7aa5
@ -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
|
set expandtab " expand tab to spaces so that tabs are spaces
|
||||||
|
|
||||||
nnoremap <silent> <F9> :luafile %<CR>
|
nnoremap <silent> <F9> :luafile %<CR>
|
||||||
|
|
||||||
|
" For delimitMate
|
||||||
|
let b:delimitMate_matchpairs = "(:),[:],{:}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user