Browse Source

add bracket completion

refactor/nvim-lua
garritfra 6 years ago
parent
commit
e1bd8fab16
  1. 13
      .vimrc

13
.vimrc

@ -1,2 +1,13 @@
set number
syntax on
set number
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
inoremap {<cr> {<cr>}<c-o><s-o>
inoremap [<cr> [<cr>]<c-o><s-o>
inoremap (<cr> (<cr>)<c-o><s-o>

Loading…
Cancel
Save