Browse Source

documented lines

refactor/nvim-lua
garritfra 6 years ago
parent
commit
211ed3702b
  1. 4
      .vimrc

4
.vimrc

@ -1,6 +1,7 @@
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
@ -28,8 +29,11 @@ set expandtab
set laststatus=2
set noshowmode
" Colorscheme
colorscheme onedark
" Autoclose Brackets
inoremap {<cr> {<cr>}<c-o><s-o>
inoremap [<cr> [<cr>]<c-o><s-o>
inoremap (<cr> (<cr>)<c-o><s-o>

Loading…
Cancel
Save