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