diff --git a/.vim/vimrc b/.vim/vimrc index 5ede90e..f137b35 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -46,8 +46,6 @@ vmap v (expand_region_expand) vnoremap p p`] vnoremap y y`] " -let mapleader="\" -" 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="\" " " other au BufNewFile,BufRead *.go set filetype=go