This commit is contained in:
Gea-Suan Lin
2014-03-22 12:44:22 +08:00
parent 89a1ea24a6
commit 8f3eb10420

View File

@@ -46,8 +46,6 @@ vmap v <Plug>(expand_region_expand)
vnoremap <silent> p p`]
vnoremap <silent> y y`]
"
let mapleader="\<Space>"
"
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
@@ -74,6 +72,7 @@ Bundle "tpope/vim-fugitive"
filetype plugin indent on
let g:SuperTabDefaultCompletionType = "context"
let g:vim_json_syntax_conceal = 0
let mapleader="\<Space>"
"
" other
au BufNewFile,BufRead *.go set filetype=go