update plugins

This commit is contained in:
Alex Yatskov 2019-01-20 11:15:52 -08:00
parent 8461841383
commit ff8fda06cf
11 changed files with 13 additions and 10 deletions

@ -1 +1 @@
Subproject commit ccc06c2c423e7ee7008f7439ff99c604d474cec1
Subproject commit 113787cc2038328254b91d046145aeec2644a7b9

@ -1 +1 @@
Subproject commit 0fcd5e79a9be71027df6d7e77034d530fa9bf959
Subproject commit d1fc084b2d3af6dd9807a01a6ca7822af6c2a78f

@ -1 +1 @@
Subproject commit e953ee7a80dc96cd00c20ed6fe82e0e817d977ff
Subproject commit 0b0a9aeabab996e2fac655d859e3a4145245a9c6

@ -1 +1 @@
Subproject commit 72888d87ea57761f21c9f67cd0c0faa5904795eb
Subproject commit fa5910eb148fd0702083bf4854d5811188c87774

@ -1 +1 @@
Subproject commit bb466308282c3d3ef9007ecceb45db931f606ae7
Subproject commit 552baf98b31c5f07eefdab5a67a20767c5b94547

@ -1 +1 @@
Subproject commit 8342cd4ffdadccfc30284088560939f4c1ab2789
Subproject commit a61545f09cad6df2e7a4918cbd6981811f612ae9

@ -1 +1 @@
Subproject commit efba8a8508c107b809bca5293c2aad7d3ff5283b
Subproject commit be5e60fa2d85fec3b585411844846678a775a5d3

@ -1 +1 @@
Subproject commit b3f0f752d7563d24753b23698d073632267af3d1
Subproject commit 5694455d72229e73ff333bfe5196cc7193dca5e7

@ -1 +1 @@
Subproject commit cf6ac500f45d7cce4a52d6bdb4ecbec811922fbc
Subproject commit 03840a26ce31b644cc8c5a47c3162180a31e3eb7

View File

@ -56,6 +56,10 @@ auto FileType go nmap <Leader>b <Plug>(go-build)
auto FileType go nmap <Leader>c <Plug>(go-coverage)
auto FileType go nmap <Leader>r <Plug>(go-run)
auto FileType go nmap <Leader>t <Plug>(go-test)
auto FileType go nmap <Leader><F5> :GoDebugStart<Cr>
auto FileType go nmap <Leader><F9> :GoDebugBreakpoint<Cr>
auto FileType go nmap <S-F11> :GoDebugStepOut<Cr>
auto FileType go nmap <S-F5> :GoDebugStop<Cr>
" vim-fswitch
noremap <silent> <Leader>fs :FSHere<Cr>

View File

@ -19,7 +19,6 @@ set ignorecase
set incsearch
set laststatus=2
set linebreak
set mouse=
set mousemodel=popup
set nobackup
set nofoldenable